disable disk swap on nutty-noon

This commit is contained in:
Charlotte 🦝 Delenk 2023-02-12 11:42:39 +01:00
parent 91218db123
commit b99e00bcab
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -119,13 +119,6 @@
fsType = "vfat";
};
swapDevices = [
{
device = "/dev/disk/by-partuuid/110ae65d-8ea1-214d-bd7b-a6f3e1b5dc3a";
randomEncryption = true;
}
];
networking.interfaces.enp34s0.useDHCP = true;
system.stateVersion = "21.11";