hosts/loki | disable disk-backed swap

This commit is contained in:
Don Harper 2024-05-30 22:54:01 -05:00
parent 739c155949
commit c52b4c75e5

View file

@ -23,9 +23,9 @@
fsType = "vfat";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/cc3e6f81-e0c6-41f7-a02e-49dcaf8b795a"; }
];
# swapDevices =
# [ { device = "/dev/disk/by-uuid/cc3e6f81-e0c6-41f7-a02e-49dcaf8b795a"; }
# ];
# 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