fix hibernation
This commit is contained in:
parent
65b05d5ae5
commit
778ddede63
2 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./gimp.nix
|
./gimp.nix
|
||||||
./gnome.nix
|
./gnome.nix
|
||||||
|
./hibernate.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
./thunderbird.nix
|
./thunderbird.nix
|
||||||
|
|
|
||||||
3
hosts/haze/hibernate.nix
Normal file
3
hosts/haze/hibernate.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
boot.initrd.systemd.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue