mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-07-03 14:25:23 +02:00
make all users systemusers
This commit is contained in:
parent
6527e67860
commit
654c41d75e
3 changed files with 9 additions and 5 deletions
|
@ -10,7 +10,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
users.users.root = {
|
||||
hashedPassword = "$2b$05$Uk84TY/RHlH8DIigUlFYjeorjTlCMEY9wN2pAcw5BLaPoc7dKiSsC";
|
||||
initialHashedPassword = "$2b$05$Uk84TY/RHlH8DIigUlFYjeorjTlCMEY9wN2pAcw5BLaPoc7dKiSsC";
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB8oyMpS2hK3gQXyHIIVS6oilgMpemLmfhKKJ6RBMwUh johannes@joens.email"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue