]> Git — Sourcephile - julm/julm-nix.git/blob - nixos/profiles/server.nix
profiles: revamp
[julm/julm-nix.git] / nixos / profiles / server.nix
1 {
2 systemd.sleep.extraConfig = ''
3 AllowSuspend=no
4 AllowHibernation=no
5 '';
6 }