vno3-rp3b: make chronyd more aggressive on large drift

This commit is contained in:
Motiejus Jakštys 2024-11-22 19:42:26 +02:00
parent 5026b5b747
commit a828518243

View File

@ -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 = {