WIP: new service Nextcloud
This commit is contained in:
parent
16e06f1737
commit
191119d1f1
8 changed files with 223 additions and 28 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue