nix: set resumeDevice to fix hibernate
Anirudh Oppiliappan x@icyphox.sh
Thu, 05 May 2022 10:43:38 +0530
1 files changed,
4 insertions(+),
0 deletions(-)
M
nix/hosts/wyndle/configuration.nix
→
nix/hosts/wyndle/configuration.nix
@@ -24,6 +24,7 @@ HZ_300 y
HZ 300 ''; }]; + resumeDevice = "/dev/nvme0n1p2"; }; networking = {@@ -177,6 +178,9 @@ path = [
pkgs.coreutils ]; }; + logind.extraConfig = '' + HandlePowerKey=hibernate + ''; }; virtualisation.docker = {