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
ec64701c852fef17653bcc1034443dab720a0cd0
47 B
view raw
1
{
2
services
.
ntp
=
{
3
enable
=
true
;
4
}
;
5
}