Rename dependentService to conflictingService

This commit is contained in:
SebastianStork 2025-06-14 15:38:03 +02:00
parent 73e0441fd4
commit bf87931934
7 changed files with 15 additions and 18 deletions

View file

@ -4,7 +4,7 @@
config = lib.mkIf config.custom.services.actualbudget.backups.enable {
custom.services.resticBackups.actual = {
dependentService = "actual.service";
conflictingService = "actual.service";
extraConfig.paths = [ config.services.actual.settings.dataDir ];
};
};