refine timesyncd rule

This commit is contained in:
Grimmauld 2024-10-06 10:47:08 +02:00
parent 8749f5c254
commit 3a29e3975e
Signed by: Grimmauld
GPG Key ID: C2946668769F91FB

View File

@ -291,7 +291,18 @@ in
{ {
type ="regexp"; type ="regexp";
operand = "dest.port"; operand = "dest.port";
data = "123|37"; data = "123|37|53";
}
{
type = "regexp";
sensitive = false;
operand = "dest.host";
data = ".*\.nixos\.pool\.ntp\.org";
}
{
type = "simple";
operand = "user.id";
data = "154";
} }
]; ];
}; };