Added nextcloud module

This commit is contained in:
Alejandro Angulo 2023-07-09 09:26:53 -07:00
parent 89da451d18
commit d6bf38b497
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 59 additions and 0 deletions

View file

@ -5,4 +5,5 @@ let
machines.node = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIETLBnc8kJokmFiA28BaSYpeE7flY1W0SM5C1pWv/tOv";
in {
"cf_dns_kilonull.age".publicKeys = [users.me machines.node];
"nextcloud_admin.age".publicKeys = [users.me machines.node];
}