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

@ -1,10 +0,0 @@
{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;
}