]> Git — Sourcephile - julm/julm-nix.git/blob - nixos/profiles/server.nix
emacs: fix fonts, doom moved from all-the-icons to nerdfonts
[julm/julm-nix.git] / nixos / profiles / server.nix
1 {
2 systemd.sleep.extraConfig = ''
3 AllowSuspend=no
4 AllowHibernation=no
5 '';
6 }