set up swap for enoko

This commit is contained in:
insects 2024-09-28 12:28:06 +02:00
parent 36e8027fdf
commit 7376e7a95e

View file

@ -23,7 +23,8 @@
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };
swapDevices = [ ]; swapDevices =
[{ device = "/dev/disk/by-uuid/3adaf741-6ad1-4232-862e-76f0b2d7d893"; }];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # 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 # (the default) this is the recommended approach. When using systemd-networkd it's