Make user vili follow root authorizedKeys

This commit is contained in:
Vili Sinervä 2024-08-31 18:53:44 +03:00
parent e3937063d2
commit 48627c8bc5
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -11,10 +11,7 @@
"networkmanager" "networkmanager"
"audio" "audio"
]; ];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBbGREoK1uVny1s8FK3KZ74Wmaf0VtifhqPyK69C/Gez vili@helium"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPivDyDYrCRBHRl9zup1Gj5vtyesOW/XKG/68kA8HLaW vili@lithium"
];
hashedPasswordFile = "/home/vili/.hashedPasswordFile"; hashedPasswordFile = "/home/vili/.hashedPasswordFile";
}; };