diff --git a/nixos/templates/proxmox-lxc.nix b/nixos/templates/proxmox-lxc.nix index 28c7a2e..55295bd 100644 --- a/nixos/templates/proxmox-lxc.nix +++ b/nixos/templates/proxmox-lxc.nix @@ -6,7 +6,7 @@ system.stateVersion = lib.mkDefault lib.version; - boot.kernelPackages = lib.mkForce null; + boot.kernel.enable = false; users.users.root.hashedPassword = "$y$j9T$kWYIRHrwP1uXV.l4vTJ67/$VGkvX09rzebYPWRI5vk0Z/IDo434bBaIqUutWp4l0L2"; users.users.root.openssh.authorizedKeys.keys = import ../users/noe-keys.nix;