nextcloud: init

This commit is contained in:
root@dishwasher 2022-06-26 21:17:20 +02:00
parent 56ab27d661
commit 35e93ce43b
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
8 changed files with 266 additions and 0 deletions
microvms/nextcloud

View file

@ -0,0 +1,11 @@
{ config, ... }: {
sops.defaultSopsFile = ../../secrets/nextcloud/secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.secrets."wg/oxaproxy-seckey" = {
owner = config.users.users.systemd-network.name;
};
sops.secrets."nextcloud/adminpass" = {
owner = config.users.users.nextcloud.name;
};
}