fix issues

This commit is contained in:
2026-04-07 20:55:10 +02:00
parent 375e535c2f
commit df6269323b
9 changed files with 41 additions and 34 deletions
-4
View File
@@ -40,10 +40,6 @@ in
authorizedKeys = cfg.authorizedKeys;
};
};
boot.initrd.secrets = {
"${toString cfg.hostKeyPath}" = cfg.hostKeyPath;
};
system.activationScripts.initrdSshHostKey = {
deps = [ "users" "groups" ];
text = ''