Add default password to maintenance user for debugging. To be removed later

main
kalle 2025-02-04 02:54:01 +01:00
parent e556e5cd32
commit 0fb3a462ff
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
isNormalUser = true;
group = "maintenance";
extraGroups = [ "wheel" ];
password = "1234";
openssh.authorizedKeys.keyFiles = [ ../../authorized_keys ];
};
users.groups."maintenance" = { };