diff --git a/deployment/check/common/utils.nix b/deployment/check/common/utils.nix index 3be70fe5..5163a1c8 100644 --- a/deployment/check/common/utils.nix +++ b/deployment/check/common/utils.nix @@ -11,7 +11,6 @@ imports = [ ../common/sharedOptions.nix ../common/targetNode.nix - "${sources.nixpkgs}/nixos/modules/profiles/minimal.nix" "${sources.nixpkgs}/nixos/modules/profiles/qemu-guest.nix" # systemd-repart # ../../../infra/common/nixos/repart.nix @@ -19,18 +18,8 @@ "${sources.disko}/module.nix" ../../../infra/common/proxmox-qemu-vm.nix ]; - - nixpkgs.hostPlatform = "x86_64-linux"; - - system.stateVersion = "25.05"; services.qemuGuest.enable = true; - services.openssh.enable = true; - networking = { - firewall.enable = false; - useNetworkd = true; - }; - services.cloud-init = { enable = true; network.enable = true;