swapfile for server
This commit is contained in:
parent
12e3a921dc
commit
f2373abdc2
4 changed files with 10 additions and 16 deletions
|
|
@ -10,7 +10,7 @@
|
|||
enable-dm = true; # enable display manager (for server use)
|
||||
|
||||
wol = "enp0s31f6"; # set to iface name to enable Wake-on-LAN
|
||||
swapfile = 0; # * 1024; # swapfile size in MB, set to 0 to disable
|
||||
swapfile = 8 * 1024; # swapfile size in MB, set to 0 to disable (only used for server, desktop will use swap partition instead)
|
||||
resume-dev = "/dev/disk/by-uuid/1721721a-bb5a-4166-a077-9500d30be2ac"; # set to swap partition to enable hibernation, e.g. /dev/disk/by-uuid/1721721a-bb5a-4166-a077-9500d30be2ac
|
||||
|
||||
homelab = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue