perso-desktop: Add swapfile
All checks were successful
check / check (push) Successful in 28s

This commit is contained in:
Florian RICHER 2024-12-22 22:53:29 +01:00
parent c44066eadf
commit 409bbe77c2
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -24,7 +24,9 @@
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices = [ ];
swapDevices =
[ { device = "/var/lib/swapfile"; size = 32*1024; }
];
# 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