emacs: tweak config
[julm/julm-nix.git] / nixos / profiles / server.nix
1 {
2 systemd.sleep.extraConfig = ''
3 AllowSuspend=no
4 AllowHibernation=no
5 '';
6 }