mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
fix desktop public key
This commit is contained in:
parent
db3dda1f0b
commit
73d096b328
13 changed files with 24 additions and 38 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue