nextcloud: this is goood enough for now, will have to move server shortly

This commit is contained in:
silver 2023-10-22 14:27:42 +01:00
parent 0472019016
commit 9fd4613936
4 changed files with 128 additions and 0 deletions

View file

@ -86,6 +86,10 @@ let
discord = [
kitt
];
nextcloud = [
optimus
];
in {
# nix run github:ryantm/agenix -- -e secret1.age
@ -120,4 +124,7 @@ in {
# email stuff
"email/details.age".publicKeys = users ++ ldap ++ discord;
# nextcloud
"nextcloud/pw.age".publicKeys = users ++ nextcloud;
}