This commit is contained in:
iFargle 2023-09-18 16:46:41 +09:00
parent 154814d918
commit 546b510ae7

View file

@ -7,6 +7,9 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
# For cross-architecture builds
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
fileSystems."/" = {
device = "/dev/disk/by-label/ROOT";
fsType = "ext4";