diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-27 16:21:50 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-27 16:21:50 +0100 |
commit | f5f79ce39d0c90780b1e4f76848ba8210da5040f (patch) | |
tree | f3c174335d88b74223e46315c6d64aa57837ff21 | |
parent | 69acd4b8dd4828295caa3843c4d1e4dc4fa63d6a (diff) | |
download | nixos-f5f79ce39d0c90780b1e4f76848ba8210da5040f.tar nixos-f5f79ce39d0c90780b1e4f76848ba8210da5040f.tar.gz nixos-f5f79ce39d0c90780b1e4f76848ba8210da5040f.tar.bz2 nixos-f5f79ce39d0c90780b1e4f76848ba8210da5040f.tar.xz nixos-f5f79ce39d0c90780b1e4f76848ba8210da5040f.zip |
vidhar: chrony: local fallback reference
-rw-r--r-- | hosts/vidhar/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index a801fc3a..709b1da3 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -244,6 +244,7 @@ | |||
244 | servers = []; | 244 | servers = []; |
245 | extraConfig = '' | 245 | extraConfig = '' |
246 | allow 10.141.1.0/24 | 246 | allow 10.141.1.0/24 |
247 | local | ||
247 | 248 | ||
248 | pool time.cloudflare.com iburst nts | 249 | pool time.cloudflare.com iburst nts |
249 | pool nts.ntp.se iburst nts | 250 | pool nts.ntp.se iburst nts |