vno3-rp3b: make chronyd more aggressive on large drift
This commit is contained in:
parent
5026b5b747
commit
a828518243
@ -123,22 +123,28 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# shared printing
|
services = {
|
||||||
services.avahi = {
|
chrony.extraConfig = ''
|
||||||
enable = true;
|
makestep 1 -1
|
||||||
nssmdns4 = true;
|
'';
|
||||||
openFirewall = true;
|
|
||||||
publish = {
|
|
||||||
enable = true;
|
|
||||||
userServices = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.printing = {
|
# shared printing
|
||||||
openFirewall = true;
|
avahi = {
|
||||||
allowFrom = [ "all" ];
|
enable = true;
|
||||||
browsing = true;
|
nssmdns4 = true;
|
||||||
defaultShared = true;
|
openFirewall = true;
|
||||||
|
publish = {
|
||||||
|
enable = true;
|
||||||
|
userServices = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
printing = {
|
||||||
|
openFirewall = true;
|
||||||
|
allowFrom = [ "all" ];
|
||||||
|
browsing = true;
|
||||||
|
defaultShared = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
|
Loading…
Reference in New Issue
Block a user