wsl init
This commit is contained in:
@@ -27,14 +27,12 @@
|
||||
];
|
||||
|
||||
sdImage.compressImage = false;
|
||||
# raspberry-pi-nix.board = "bcm2712"; # Rpi 5 - 64bit
|
||||
# We need to rebuild kernel for 6.12
|
||||
# raspberry-pi-nix.kernel-version = "v6_12_17";
|
||||
# raspberry-pi-nix.uboot.enable = false;
|
||||
boot.initrd.systemd.enableTpm2 = false;
|
||||
boot.initrd.allowMissingModules = true;
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
boot.initrd.systemd.tpm2.enable = false;
|
||||
boot.initrd.allowMissingModules = true;
|
||||
boot.zfs.forceImportRoot = false;
|
||||
|
||||
# hardware.enableRedistributableFirmware = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user