From b39916a58abfcdddd1c45ba54246d45e8103b45d Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 23 Dec 2023 11:34:57 -0500 Subject: [PATCH] keylime: default that stateVersion! --- nixos/templates/proxmox-lxc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/templates/proxmox-lxc.nix b/nixos/templates/proxmox-lxc.nix index a4b1904..442ba01 100644 --- a/nixos/templates/proxmox-lxc.nix +++ b/nixos/templates/proxmox-lxc.nix @@ -4,7 +4,7 @@ ../users/noe.nix ]; - system.stateVersion = lib.version; + system.stateVersion = lib.mkDefault lib.version; users.users.root.hashedPassword = "$y$j9T$kWYIRHrwP1uXV.l4vTJ67/$VGkvX09rzebYPWRI5vk0Z/IDo434bBaIqUutWp4l0L2"; users.users.root.openssh.authorizedKeys.keys = import ../users/noe-keys.nix;