From 5e933be1de8d94a533ec18c3081b7c2784a1cf8d Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 30 Dec 2024 23:53:49 +0100 Subject: Do not lock password for users in Incus VM Signed-off-by: Mel --- configuration/vm/incus.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configuration/vm') diff --git a/configuration/vm/incus.nix b/configuration/vm/incus.nix index e14716f..501d8f1 100644 --- a/configuration/vm/incus.nix +++ b/configuration/vm/incus.nix @@ -29,6 +29,7 @@ let groups = "users"; sudo = "ALL=(ALL) NOPASSWD:ALL"; passwd = password; + lock_passwd = false; ssh_authorized_keys = keys; }) (with credentials.philip; { @@ -36,6 +37,7 @@ let groups = "users"; sudo = "ALL=(ALL) NOPASSWD:ALL"; passwd = password; + lock_passwd = false; ssh_authorized_keys = keys; }) ]; -- cgit 1.4.1