diff --git a/modules/hosts/server02/server02Configuration.nix b/modules/hosts/server02/server02Configuration.nix index c2337a2..1319f75 100644 --- a/modules/hosts/server02/server02Configuration.nix +++ b/modules/hosts/server02/server02Configuration.nix @@ -3,6 +3,7 @@ networking = { hostName = "server02"; }; + virtualisation.docker.enable = true; swapDevices = [ { device = "/swapfile";