fix(nix): use swapfile
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
9902f3cac2
commit
60e5d9bd4f
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue