Set up Haven as a distributed build target for aarch64
This commit is contained in:
parent
648c34c027
commit
655d909416
|
@ -59,10 +59,15 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable mdadm and Sapana (RAID 5 primary storage)
|
boot = {
|
||||||
boot.swraid = {
|
# Enable mdadm for Sapana (RAID 5 primary storage)
|
||||||
enable = true;
|
swraid = {
|
||||||
# mdadmConf configured in nix-secrets
|
enable = true;
|
||||||
|
# mdadmConf configured in nix-secrets
|
||||||
|
};
|
||||||
|
|
||||||
|
# Allow Haven to be a build target for other architectures (mainly ARM64)
|
||||||
|
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Open port for OpenVPN
|
# Open port for OpenVPN
|
||||||
|
|
Loading…
Reference in a new issue