hestia: force swap to "RAM"
This commit is contained in:
parent
274032298e
commit
01f5f49084
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
@ -14,4 +14,11 @@
|
|||
modules.hardware.form.server = true;
|
||||
modules.backups.enable = false; # hestia is a backup target
|
||||
boot.loader.timeout = 1;
|
||||
|
||||
swapDevices = lib.mkForce [
|
||||
{
|
||||
device = "/dev/disk/by-uuid/a41fad08-24ee-421b-a2c5-59571bdc0c80";
|
||||
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue