nextcloud: this is goood enough for now, will have to move server shortly
This commit is contained in:
parent
0472019016
commit
9fd4613936
4 changed files with 128 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue