Nextcloud LXC

This commit is contained in:
Fern Garden 2025-08-19 22:20:24 +08:00
parent fb2de49fd1
commit 6347e2e620
4 changed files with 62 additions and 8 deletions

View file

@ -98,5 +98,10 @@
(mkHost "firefox-syncserver" {
suite = "server/lxc";
})
# Container running Nextcloud.
(mkHost "nextcloud" {
suite = "server/lxc";
})
];
}