fix desktop public key

This commit is contained in:
Nickolaj Jepsen 2025-02-19 20:32:36 +00:00
parent db3dda1f0b
commit 73d096b328
13 changed files with 24 additions and 38 deletions

View file

@ -19,8 +19,8 @@ in {
users.users.${username} = {
isNormalUser = true;
extraGroups = ["wheel"];
initialPassword = "password";
#hashedPasswordFile = secrets.hashed-user-password.path;
# initialPassword = "password";
hashedPasswordFile = secrets.hashed-user-password.path;
};
home-manager = {