fix: passwörter sind nice

This commit is contained in:
Patrick Großmann 2023-05-27 00:39:52 +09:00
parent a25c270931
commit 6d4dbfd4fc
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -10,8 +10,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDZixkix0KfKuq7Q19whS5FQQg51/AJGB5BiNF/7h/LM"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxD4GOrwrBTG4/qQhm5hoSB2CP7W9g1LPWP11oLGOjQ"
];
#passwordFile = config.rekey.secrets.root.path;
password = "ctie";
passwordFile = config.rekey.secrets.root.path;
};
home-manager.users.root = {
imports = [../common];