tangled
alpha
login
or
join now
pyrox.dev
/
nix
My Nix Configuration
1
fork
atom
overview
issues
pulls
pipelines
nix
/
nixosModules
/
default-config
/
services
/
ntp.nix
at
f631265b433db407aa960700e3a8a65ffb03d3cc
47 B
view raw
1
{
2
services
.
ntp
=
{
3
enable
=
true
;
4
}
;
5
}