From af5a00b92619bd169964f7812c5c059270ee13f4 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sun, 16 Jun 2024 13:54:34 -0300 Subject: [PATCH] monolith: remove unnecessary hibernation params --- hosts/monolith/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/monolith/default.nix b/hosts/monolith/default.nix index ed9acbe..5cd81fd 100644 --- a/hosts/monolith/default.nix +++ b/hosts/monolith/default.nix @@ -45,9 +45,6 @@ in boot.kernelParams = [ "amdgpu.dcdebugmask=0x10" # amdgpu undervolting bug "video=DP-1:1920x1080@144" - # hibernation - # "resume=LABEL=BTRFS_ROOT" # findmnt -o LABEL --noheadings /swap/ - # "resume_offset=36709632" # btrfs inspect-internal map-swapfile -r /swap/swapfile ]; systemd.sleep.extraConfig = '' HibernateDelaySec=30s