feat(server): ssh into the crony user by defult.
This commit is contained in:
parent
d9b90fd522
commit
670119ae64
3 changed files with 19 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
{config, ...}: {
|
||||
# Not reall that safe but convenient af
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
users.users.crony = {
|
||||
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue