diff --git a/hosts/glacier/default.nix b/hosts/glacier/default.nix index f03e1fc..18884b9 100644 --- a/hosts/glacier/default.nix +++ b/hosts/glacier/default.nix @@ -11,7 +11,6 @@ inputs.hardware.nixosModules.common-pc-ssd ./printing.nix - ./vm.nix ]; nixpkgs.hostPlatform = "x86_64-linux"; @@ -28,6 +27,4 @@ system.stateVersion = "24.11"; powerManagement.cpuFreqGovernor = "performance"; - - networking.firewall.enable = false; } diff --git a/hosts/glacier/vm.nix b/hosts/glacier/vm.nix deleted file mode 100644 index d923a08..0000000 --- a/hosts/glacier/vm.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ - virtualisation.libvirtd.enable = true; - programs.virt-manager.enable = true; -}