Add ornithologist

This commit is contained in:
Fern Garden 2025-09-14 22:13:12 +08:00
parent 0fd0fb62d4
commit d47f621f7b
2 changed files with 6 additions and 6 deletions

View file

@ -90,6 +90,11 @@
docker = true; docker = true;
}) })
# VM for managing flock.
(mkHost "ornithologist" {
suite = "server/vm";
})
# Container running Technitium DNS Server. # Container running Technitium DNS Server.
(mkHost "technitium" { (mkHost "technitium" {
suite = "server/lxc"; suite = "server/lxc";

View file

@ -1,7 +1,2 @@
{pkgs, ...}: { {
# Allow emulating aarch64 to build for Raspberry Pi.
boot.binfmt.emulatedSystems = ["aarch64-linux"];
# Install some packages.
environment.systemPackages = with pkgs; [deploy-rs];
} }