WIP: new service Nextcloud

This commit is contained in:
pazpi 2024-11-06 12:06:04 +01:00
parent 16e06f1737
commit 191119d1f1
8 changed files with 223 additions and 28 deletions

View file

@ -13,21 +13,25 @@ rec {
nextcloud = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBhRxaMK+swWcbd6dyBvPw74EtB5mghjgBzmIhXy9cRt";
};
# Machines able to provision other machines
infra-core = [
deadbeef
PP416
krzo
];
# Machines in tailscale network
tailscale-machine = [
machines.caddy
machines.metrics
];
# Machines provisioned with Colmena
infra-machine = [
machines.arr
machines.caddy
machines.metrics
machines.nextcloud
];
}