index
:
nix-config
this commit
main
tmp
This is my system configuration, targeting workstations.
sils
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
systemd
/
default.nix
blob: 2325e4c4e4ca0a536e42a2f13afde07cf9cdd939 (
plain
) (
tree
)
4427239
^
1
2
3
4
5
{
...
}:
{
systemd
.
sleep
.
extraConfig
=
''
HibernateDelaySec=5m
''
;
}