copy device configuration for sd card

This commit is contained in:
2026-03-13 16:38:13 +01:00
parent 6d3da6cba5
commit 3186073c18
2 changed files with 4 additions and 3 deletions

View File

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

View File

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