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