aboutsummaryrefslogtreecommitdiffstats
path: root/system/services/backup
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/backup')
-rw-r--r--system/services/backup/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/backup/default.nix b/system/services/backup/default.nix
index 49cf07fb..20e080b0 100644
--- a/system/services/backup/default.nix
+++ b/system/services/backup/default.nix
@@ -44,6 +44,7 @@ in {
config = lib.mkIf cfg.enable {
systemd = {
services.backup = {
+ wantedBy = lib.mkForce [];
unitConfig = {
Description = "Backup the last snapshots of the persitent-storage subvolume.";
};