1
0
Fork 0

fix(nix): use swapfile

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-19 16:04:18 -05:00
parent 9902f3cac2
commit 60e5d9bd4f
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -71,6 +71,12 @@
powerKey = "ignore"; powerKey = "ignore";
}; };
# Swap
swapDevices = [ {
device = "/var/lib/swap";
size = 16 * 1024;
} ];
# Autologin # Autologin
services.displayManager.autoLogin.user = "priime"; services.displayManager.autoLogin.user = "priime";