mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15: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";
|
||||
OnUnitActiveSec = "5min";
|
||||
};
|
||||
Unit.After = [
|
||||
"network-online.target"
|
||||
"sops-nix.service"
|
||||
];
|
||||
Unit.After = [ "network-online.target" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue