Re-enable swap for ludwig

This commit is contained in:
GHOSCHT 2024-02-02 20:33:04 +01:00
parent 0dd253f01a
commit bfb25dc49f
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -31,9 +31,9 @@
fsType = "vfat";
};
# swapDevices = [
# {device = "/dev/disk/by-uuid/b16f0d66-5aec-4e0e-8162-c8e87e19888c";}
# ];
swapDevices = [
{device = "/dev/disk/by-uuid/b16f0d66-5aec-4e0e-8162-c8e87e19888c";}
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's