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