Compare commits

...

2 Commits

Author SHA1 Message Date
3186073c18 copy device configuration for sd card 2026-03-13 16:38:13 +01:00
6d3da6cba5 add binfmt wrapper for cross compilation 2026-03-13 16:08:47 +01:00
3 changed files with 5 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" "sg" ];
boot.extraModulePackages = [ ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
fileSystems."/" =
{ device = "NIX_DESK_POOL/root";

View File

@@ -13,12 +13,12 @@
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/05da5ea5-180f-41a3-a81c-5e3325a4c866";
{ device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
fsType = "ext4";
};
#fileSystems."/srv/dev-disk-by-uuid-0fc5586c-ed51-4b02-9a87-4a733ea353a7" =
# { device = "/dev/mapper/base--storage-Docker";
# fsType = "ext4";

View File

@@ -59,6 +59,7 @@
modules = [
inputs.friendlyelecCM3588.nixosModules.cm3588 # board + kernel support
./devices/nas.nix
./configuration.nix