mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix ddns?
This commit is contained in:
parent
e95d2c5ec9
commit
66091358d5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
startAt = "*:0/30";
|
startAt = "hourly";
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
EnvironmentFile = config.sops.secrets.cloudflare.path;
|
EnvironmentFile = config.sops.secrets.cloudflare.path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue