fix hibernation

This commit is contained in:
2025-03-26 13:42:09 +01:00
parent 65b05d5ae5
commit 778ddede63
2 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
./firefox.nix
./gimp.nix
./gnome.nix
./hibernate.nix
./ssh.nix
./steam.nix
./thunderbird.nix

3
hosts/haze/hibernate.nix Normal file
View File

@@ -0,0 +1,3 @@
{
boot.initrd.systemd.enable = true;
}