diff --git a/hosts/server_big/default.nix b/hosts/server_big/default.nix index e64421a..d4b4187 100644 --- a/hosts/server_big/default.nix +++ b/hosts/server_big/default.nix @@ -22,7 +22,7 @@ { imports = # For now, if applying to other system, swap files [(import ./hardware-configuration.nix)] ++ # Current system hardware config @ /etc/nixos/hardware-configuration.nix - #[(import ../../modules/desktop/virtualisation/docker.nix)] ++ # Docker + [(import ../../modules/desktop/virtualisation/docker.nix)] ++ # Docker (import ../../modules/services/server) ++ # Server Services (import ../../modules/hardware); # Hardware devices