Remove ornithologist

This commit is contained in:
Fern Garden 2025-09-20 14:26:53 +08:00
parent 4fcbdd7e9e
commit 956d57272b
2 changed files with 0 additions and 20 deletions

View file

@ -86,11 +86,6 @@
suite = "server/vm";
})
# VM for managing flock.
(mkHost "ornithologist" {
suite = "server/vm";
})
# Container running Technitium DNS Server.
(mkHost "technitium" {
suite = "server/lxc";
@ -105,10 +100,5 @@
(mkHost "nextcloud" {
suite = "server/lxc";
})
# VM for managing server flock.
(mkHost "ornithologist" {
suite = "server/vm";
})
];
}