fix: resolve Nix 'boot.zfs.forceImportRoot' default value warning
This commit is contained in:
@@ -37,5 +37,6 @@ in
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
boot.zfs.forceImportRoot = false;
|
||||
system.stateVersion = "26.05";
|
||||
}
|
||||
|
||||
@@ -21,13 +21,11 @@ in
|
||||
name = "raspberry-pi";
|
||||
};
|
||||
|
||||
boot.kernelParams = [
|
||||
"console=ttyS1,115200n8"
|
||||
];
|
||||
|
||||
boot.kernelModules = [
|
||||
"bcm2835-v4l2"
|
||||
];
|
||||
boot = {
|
||||
kernelParams = [ "console=ttyS1,115200n8" ];
|
||||
kernelModules = [ "bcm2835-v4l2" ];
|
||||
zfs.forceImportRoot = false;
|
||||
};
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user