configuration
flake
hosts
_iso
aluminium
astatine
backup-4
beryllium
carbon
configuration.nix
dns.nix
hardware-configuration.nix
mdns.nix
net-dsl.nix
net-gastnetz.nix
net-heimnetz.nix
net-iot.nix
net-lte.nix
net-mgmt.nix
net-printer.nix
net-voip.nix
ntp.nix
ppp.nix
scan-to-gpg.nix
secrets.json
ssh.pub
wg-clerie.nix
clerie-backup
dn42-il-gw1
dn42-il-gw5
dn42-il-gw6
dn42-ildix-clerie
dn42-ildix-service
gatekeeper
hydra-1
hydra-2
krypton
mail-2
monitoring-3
nonat
osmium
palladium
porter
storage-2
tungsten
web-2
zinc
lib
modules
pkgs
users
.gitignore
README.md
flake.lock
flake.nix
16 lines
197 B
Nix
16 lines
197 B
Nix
{ ... }:
|
|
|
|
{
|
|
|
|
services.chrony = {
|
|
enable = true;
|
|
extraConfig = ''
|
|
# Enable NTP server mode
|
|
allow
|
|
bindaddress fd00:152:152::1
|
|
bindaddress 10.152.0.1
|
|
'';
|
|
};
|
|
|
|
}
|