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

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

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