diff --git a/hosts/haze/default.nix b/hosts/haze/default.nix index 448065b..78bf4c8 100644 --- a/hosts/haze/default.nix +++ b/hosts/haze/default.nix @@ -14,6 +14,7 @@ ./firefox.nix ./gimp.nix ./gnome.nix + ./hibernate.nix ./ssh.nix ./steam.nix ./thunderbird.nix diff --git a/hosts/haze/hibernate.nix b/hosts/haze/hibernate.nix new file mode 100644 index 0000000..67ac124 --- /dev/null +++ b/hosts/haze/hibernate.nix @@ -0,0 +1,3 @@ +{ + boot.initrd.systemd.enable = true; +}