diff --git a/flake.nix b/flake.nix index 6cd9ef2..bac3657 100755 --- a/flake.nix +++ b/flake.nix @@ -90,6 +90,11 @@ docker = true; }) + # VM for managing flock. + (mkHost "ornithologist" { + suite = "server/vm"; + }) + # Container running Technitium DNS Server. (mkHost "technitium" { suite = "server/lxc"; diff --git a/hosts/ornithologist/default.nix b/hosts/ornithologist/default.nix index 82597c4..2c63c08 100644 --- a/hosts/ornithologist/default.nix +++ b/hosts/ornithologist/default.nix @@ -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]; +{ }