vno3-rp3b: make chronyd more aggressive on large drift
This commit is contained in:
parent
5026b5b747
commit
a828518243
@ -123,8 +123,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services = {
|
||||||
|
chrony.extraConfig = ''
|
||||||
|
makestep 1 -1
|
||||||
|
'';
|
||||||
|
|
||||||
# shared printing
|
# shared printing
|
||||||
services.avahi = {
|
avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns4 = true;
|
nssmdns4 = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
@ -134,12 +139,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.printing = {
|
printing = {
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
allowFrom = [ "all" ];
|
allowFrom = [ "all" ];
|
||||||
browsing = true;
|
browsing = true;
|
||||||
defaultShared = true;
|
defaultShared = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"datapool-passphrase.txt".source = config.age.secrets.datapool-passphrase.path;
|
"datapool-passphrase.txt".source = config.age.secrets.datapool-passphrase.path;
|
||||||
|
Loading…
Reference in New Issue
Block a user