mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Fix nextcloud autosync
This commit is contained in:
parent
dc295a9e49
commit
050daa4195
1 changed files with 1 additions and 4 deletions
|
|
@ -49,10 +49,7 @@ in
|
||||||
OnBootSec = "1min";
|
OnBootSec = "1min";
|
||||||
OnUnitActiveSec = "5min";
|
OnUnitActiveSec = "5min";
|
||||||
};
|
};
|
||||||
Unit.After = [
|
Unit.After = [ "network-online.target" ];
|
||||||
"network-online.target"
|
|
||||||
"sops-nix.service"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue