first commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
_:
|
||||
{
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
};
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
};
|
||||
};
|
||||
initrd.systemd.enable = true;
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
|
||||
zfs = {
|
||||
devNodes = "/dev/disk/by-id";
|
||||
forceImportRoot = true;
|
||||
forceImportAll = true;
|
||||
};
|
||||
kernelParams = [ "scsi_mod.scan=sync" "rootdelay=10" "zfs.zfs_arc_max=34359738368" ];
|
||||
extraModprobeConfig = ''
|
||||
options scsi_mod scan=sync
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user