Add host 'nextcloud'

This commit is contained in:
Fern Garden 2025-07-22 19:21:28 +08:00
parent 567d126144
commit 98e1fe4096
3 changed files with 32 additions and 1 deletions

View file

@ -94,6 +94,14 @@
];
})
# Container running Nextcloud.
(mkHost "nextcloud" {
suite = "server/lxc";
hostModules = [
sops-nix.nixosModules.sops
];
})
# Container for automatic deployments.
(mkHost "ornithologist" {
suite = "server/lxc";