diff --git a/hosts/server7/configuration.nix b/hosts/server7/configuration.nix index 6f0fd735..326b4465 100644 --- a/hosts/server7/configuration.nix +++ b/hosts/server7/configuration.nix @@ -62,6 +62,8 @@ in { }]; }; + virtualisation.docker.enable = true; + networking = { firewall.enable = false; hostName = "server7";