This website requires JavaScript.
Explore
Help
Sign In
crans
/
nixos
mirror of
https://gitlab.crans.org/nounous/nixos
Watch
19
Star
0
Fork
You've already forked nixos
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14df55258b
nixos
/
modules
/
crans
/
ntp.nix
9 lines
102 B
Nix
Raw
Blame
History
{
.
.
.
}:
{
services
.
timesyncd
=
{
enable
=
true
;
servers
=
[
"
n
t
p
.
a
d
m
.
c
r
a
n
s
.
o
r
g
"
]
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink