format + tree-sitter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user