diff options
| author | Mel <einebeere@gmail.com> | 2024-11-06 01:57:00 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-06 01:57:00 +0100 |
| commit | 21c8d688327d8f1a013c3991e828369053baa897 (patch) | |
| tree | e7cadf15d79691cfb4a066a34ffebd7420b09f3d /modules/common.nix | |
| parent | 09037ccd3f4e58d409ab7f9b84f93c37add5f31c (diff) | |
| download | network-21c8d688327d8f1a013c3991e828369053baa897.tar.zst network-21c8d688327d8f1a013c3991e828369053baa897.zip | |
Add cgit OCI server
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index aca3cfa..23d8270 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -31,7 +31,10 @@ services.envfs.enable = true; - virtualisation.docker.enable = true; + virtualisation = { + docker.enable = true; + oci-containers.backend = "docker"; + }; services = { openssh = { |
