sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
emacs: tweak config
[julm/julm-nix.git]
/
nixos
/
profiles
/
server.nix
1
{
2
systemd.sleep.extraConfig = ''
3
AllowSuspend=no
4
AllowHibernation=no
5
'';
6
}