diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index a6ad485..cd148c6 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -35,6 +35,8 @@ pkgs.linuxPackages_latest; # _zen, _hardened, _rt, _rt_latest, etc. }; + virtualisation.docker.enable = true; + # Networking networking = { hostName = config.var.hostname; };