ornithologist host config
This commit is contained in:
parent
9ff8998f6b
commit
68cc049766
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue