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