hosts/caramel: update to raccoon

This commit is contained in:
LavaDesu 2022-11-27 14:30:59 +07:00
parent 9efff26496
commit 8de41594fa
Signed by: cilly
GPG key ID: 6500251E087653C9
8 changed files with 79 additions and 15 deletions

View file

@ -23,4 +23,13 @@
192.168.100.13 blossom
'';
};
# wait for ntp before connecting to wireguard
systemd = {
additionalUpstreamSystemUnits = [ "systemd-time-wait-sync.service" ];
services = {
"systemd-time-wait-sync".wantedBy = [ "multi-user.target" ];
"wireguard-wg0".after = [ "time-sync.target" ];
};
};
}