diff --git a/hosts/hestia/default.nix b/hosts/hestia/default.nix index 0efb8b0..3af7be3 100644 --- a/hosts/hestia/default.nix +++ b/hosts/hestia/default.nix @@ -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"; + + } + ]; }