From 56c521f068d3c4687cb92d59096e30cb2f3a4cda Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 13 Apr 2023 05:55:00 +0200 Subject: Fix(system): Disable timer activated systemd services --- system/services/backup/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/services') 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."; }; -- cgit 1.4.1