Add ornithologist LXC

This commit is contained in:
Fern Garden 2025-08-29 11:21:06 +08:00
parent 70427ae64d
commit cbc6426d5d
4 changed files with 15 additions and 3 deletions

View file

@ -104,5 +104,10 @@
(mkHost "nextcloud" {
suite = "server/lxc";
})
# Container for managing server flock.
(mkHost "ornithologist" {
suite = "server/lxc";
})
];
}