Update dnsmasq after wireguard

This commit is contained in:
coolneng 2022-03-21 16:25:41 +01:00
parent 90096c1c46
commit 90d767d7ce
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ in {
chown -R dnsmasq ${stateDir}
systemctl restart dnsmasq
'';
after = [ "wireguard-wg0.service" ];
startAt = "02:00:00";
};