diff --git a/hosts/architect/docker.nix b/hosts/architect/docker.nix index 9d1a8f9..6e294da 100644 --- a/hosts/architect/docker.nix +++ b/hosts/architect/docker.nix @@ -1,10 +1,10 @@ { -# virtualisation.docker = { -# enable = true; -# extraOptions = '' -# --dns 127.0.0.1 --dns 10.0.0.250 --data-root /docker -# ''; -# enableOnBoot = false; -# }; + virtualisation.docker = { + enable = true; + extraOptions = '' + --dns 127.0.0.1 --dns 10.0.0.250 --data-root /docker + ''; + enableOnBoot = false; + }; users.users.giulio.extraGroups = [ "docker" ]; }