format + tree-sitter

This commit is contained in:
2026-04-15 11:28:48 +02:00
parent 6ee0af88cd
commit d191299966
10 changed files with 107 additions and 72 deletions
+4 -1
View File
@@ -44,7 +44,10 @@ in
};
system.activationScripts.initrdSshHostKey = {
deps = [ "users" "groups" ];
deps = [
"users"
"groups"
];
text = ''
install -d -m 700 "$(dirname "${cfg.hostKeyPath}")"
if [ ! -f "${cfg.hostKeyPath}" ]; then