build01: switch to comin

This commit is contained in:
zowoq 2024-03-16 11:57:29 +10:00
parent 7b83b7e285
commit 748591f098

View file

@ -9,6 +9,9 @@
];
nixCommunity.disko.raidLevel = 0; # more disk space, we don't have state to restore anyway
services.comin.enable = true;
system.autoUpgrade.enable = false;
# Emulate riscv64 until we have proper builders
boot.binfmt.emulatedSystems = [ "riscv64-linux" ];