mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: set initialPassword
This commit is contained in:
parent
ff942eb88a
commit
b4e6c45ca5
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
|||
"wheel"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
initialPassword = "temporary-password";
|
||||
};
|
||||
nix.settings.allowed-users = [ "${username}" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue