From 00e25b6f58c936ccd84b23b05995b231e15aa393 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 11:50:07 +0200 Subject: [PATCH] removed docker comments --- cluster/virtualisation.mod.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/cluster/virtualisation.mod.nix b/cluster/virtualisation.mod.nix index 6cc4d63..42fdd0b 100644 --- a/cluster/virtualisation.mod.nix +++ b/cluster/virtualisation.mod.nix @@ -3,24 +3,10 @@ ({ users.users.emv.extraGroups = [ "podman" - # "docker" ]; }) ]; sucrose.modules = [ - /* - ({ - virtualisation.docker = { - enable = true; - storageDriver = "btrfs"; - daemon.settings = { - userland-proxy = false; - ipv6 = false; - data-root = "/home/emv/docker-data-root/"; - }; - }; - }) - */ ( { pkgs, ... }: {