static-webserver: Specify default for deploy keys

reuse
Simon Bruder 2024-01-06 01:35:42 +01:00
parent e48f367afd
commit 492af23f17
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@
}; };
"arbeitskampf.work".user = { "arbeitskampf.work".user = {
name = "arbeitskampf"; name = "arbeitskampf";
keys = config.sbruder.pubkeys.trustedKeys;
}; };
}; };
} }

View File

@ -25,6 +25,7 @@ in
}; };
keys = lib.mkOption { keys = lib.mkOption {
type = lib.types.listOf lib.types.str; type = lib.types.listOf lib.types.str;
default = config.sbruder.pubkeys.trustedKeys;
}; };
}; };
imprint = { imprint = {