ornithologist host config

This commit is contained in:
Fern Garden 2025-09-16 13:21:30 +08:00
parent 9ff8998f6b
commit 68cc049766

View file

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