diff --git a/hosts/vno3-rp3b/configuration.nix b/hosts/vno3-rp3b/configuration.nix index 5a749f3..18f78ea 100644 --- a/hosts/vno3-rp3b/configuration.nix +++ b/hosts/vno3-rp3b/configuration.nix @@ -123,22 +123,28 @@ }; }; - # shared printing - services.avahi = { - enable = true; - nssmdns4 = true; - openFirewall = true; - publish = { - enable = true; - userServices = true; - }; - }; + services = { + chrony.extraConfig = '' + makestep 1 -1 + ''; - services.printing = { - openFirewall = true; - allowFrom = [ "all" ]; - browsing = true; - defaultShared = true; + # shared printing + avahi = { + enable = true; + nssmdns4 = true; + openFirewall = true; + publish = { + enable = true; + userServices = true; + }; + }; + + printing = { + openFirewall = true; + allowFrom = [ "all" ]; + browsing = true; + defaultShared = true; + }; }; environment.etc = {