Add ornithologist
This commit is contained in:
parent
0fd0fb62d4
commit
d47f621f7b
2 changed files with 6 additions and 6 deletions
|
@ -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";
|
||||||
|
|
|
@ -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];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue