[john-endesktop] Remove swap
This commit is contained in:
@@ -52,10 +52,8 @@
|
|||||||
# The pools should be imported automatically via boot.zfs.extraPools
|
# The pools should be imported automatically via boot.zfs.extraPools
|
||||||
# /media and /swarmvols will be mounted by ZFS
|
# /media and /swarmvols will be mounted by ZFS
|
||||||
|
|
||||||
# Swap - using ZFS zvol
|
# No swap needed - 23GB RAM is sufficient for this NFS/ZFS server
|
||||||
swapDevices = [
|
swapDevices = [ ];
|
||||||
{ device = "/dev/zvol/media/swap"; }
|
|
||||||
];
|
|
||||||
|
|
||||||
# CPU microcode
|
# CPU microcode
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|||||||
Reference in New Issue
Block a user