From 5c878b14a990733e00ae25bc792e589265825d2b Mon Sep 17 00:00:00 2001 From: cnst Date: Sat, 19 Jul 2025 19:54:52 +0200 Subject: [PATCH] fix hibernation fault --- hosts/sobotka/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sobotka/default.nix b/hosts/sobotka/default.nix index 91e43c5b..52f20249 100644 --- a/hosts/sobotka/default.nix +++ b/hosts/sobotka/default.nix @@ -46,6 +46,8 @@ in { domain = "cnst.dev"; }; + powerManagement.enable = false; + swapDevices = [ { device = "/var/lib/swapfile";