hydra: disable swap

This commit is contained in:
Astro 2022-05-07 03:51:38 +02:00
parent 8a42078b88
commit 39df6cd23c
1 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@
fsType = "vfat";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/d5e112a4-fcd3-461a-b2eb-21c6a10ad108"; }
];
# swapDevices =
# [ { device = "/dev/disk/by-uuid/d5e112a4-fcd3-461a-b2eb-21c6a10ad108"; }
# ];
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}