WIP
This commit is contained in:
parent
a2c3d48fed
commit
57de1d9bba
4 changed files with 48 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
};
|
||||
systemd = {
|
||||
enable = true;
|
||||
network = config.systemd.network;
|
||||
network.enable = true;
|
||||
network.networks.enp1s0 = config.systemd.network.networks.enp1s0;
|
||||
targets.initrd.wants = [
|
||||
"systemd-networkd-wait-online@enp1s0.service"
|
||||
];
|
||||
|
@ -40,6 +41,11 @@
|
|||
kernelModules = [ "kvm-intel" ];
|
||||
kernelParams = [
|
||||
"zfs.zfs_arc_max=1024000000"
|
||||
"intel_iommu=on"
|
||||
"pci=assign-busses"
|
||||
];
|
||||
# extraModprobeConfig = ''
|
||||
# options ixgbe max_vfs=4 allow_unsupported_sfp=1 debug=2
|
||||
# '';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue