about summary refs log tree commit diff stats
path: root/system/services
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-13 05:55:00 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:34 +0200
commit56c521f068d3c4687cb92d59096e30cb2f3a4cda (patch)
tree7b801c246ff3ff3131a112988278be5e0b23f0be /system/services
parentFeat(hm/conf/neomutt): Add fetch-mail bind (diff)
downloadnixos-config-56c521f068d3c4687cb92d59096e30cb2f3a4cda.tar.gz
nixos-config-56c521f068d3c4687cb92d59096e30cb2f3a4cda.zip
Fix(system): Disable timer activated systemd services
Diffstat (limited to 'system/services')
-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.";
         };