From 21c8d688327d8f1a013c3991e828369053baa897 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 6 Nov 2024 01:57:00 +0100 Subject: Add cgit OCI server Signed-off-by: Mel --- modules/common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules') 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 = { -- cgit 1.4.1