mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 11:24:26 +01:00
Rename dependentService to conflictingService
This commit is contained in:
parent
73e0441fd4
commit
bf87931934
7 changed files with 15 additions and 18 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
config = lib.mkIf config.custom.services.hedgedoc.backups.enable {
|
||||
custom.services.resticBackups.hedgedoc = {
|
||||
dependentService = "hedgedoc.service";
|
||||
conflictingService = "hedgedoc.service";
|
||||
extraConfig.paths = with config.services.hedgedoc.settings; [
|
||||
uploadsPath
|
||||
db.storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue