1
0
Fork 0

fix(nix): add resume device on swapfile

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

View file

@ -76,6 +76,7 @@
device = "/var/lib/swap";
size = 16 * 1024;
} ];
boot.resumeDevice = "/var/lib/swap";
# Autologin
services.displayManager.autoLogin.user = "priime";