diff --git a/config/services/forgejo.nix b/config/services/forgejo.nix index babf022..f466057 100644 --- a/config/services/forgejo.nix +++ b/config/services/forgejo.nix @@ -32,12 +32,12 @@ in sshAgeSecret = "forgejoHetznerSsh"; }; paths = [ config.services.forgejo.stateDir ]; - pruneOpts = [ - "--keep-daily 10" - "--keep-weekly 7" - "--keep-monthly 12" - "--keep-yearly 75" - ]; + #pruneOpts = [ + # "--keep-daily 10" + # "--keep-weekly 7" + # "--keep-monthly 12" + # "--keep-yearly 75" + #]; }; }; diff --git a/config/services/immich.nix b/config/services/immich.nix index f9df2ce..711b1c9 100644 --- a/config/services/immich.nix +++ b/config/services/immich.nix @@ -202,12 +202,12 @@ in "${upload_folder}/profile" "/run/immich_dump.sql" ]; - pruneOpts = [ - "--keep-daily 10" - "--keep-weekly 7" - "--keep-monthly 12" - "--keep-yearly 75" - ]; + #pruneOpts = [ + # "--keep-daily 10" + # "--keep-weekly 7" + # "--keep-monthly 12" + # "--keep-yearly 75" + #]; }; }; diff --git a/config/services/maddy.nix b/config/services/maddy.nix index c73dc71..044ab12 100644 --- a/config/services/maddy.nix +++ b/config/services/maddy.nix @@ -49,12 +49,12 @@ in "/var/lib/maddy/messages" maddyBackupDir ]; - pruneOpts = [ - "--keep-daily 10" - "--keep-weekly 7" - "--keep-monthly 12" - "--keep-yearly 75" - ]; + #pruneOpts = [ + # "--keep-daily 10" + # "--keep-weekly 7" + # "--keep-monthly 12" + # "--keep-yearly 75" + #]; }; }; systemd.services.maddy-backup = diff --git a/config/services/ollama.nix b/config/services/ollama.nix index a8bbb4e..16a6cc2 100644 --- a/config/services/ollama.nix +++ b/config/services/ollama.nix @@ -12,7 +12,7 @@ services.open-webui = { host = "0.0.0.0"; port = 3000; - enable = true; + #enable = true; environment = { ENV = "prod"; OLLAMA_BASE_URL = "http://localhost:3001"; diff --git a/config/services/paperless.nix b/config/services/paperless.nix index 3755a21..3ee0f4a 100644 --- a/config/services/paperless.nix +++ b/config/services/paperless.nix @@ -39,12 +39,12 @@ in sshAgeSecret = "paperlessHetznerSsh"; }; paths = [ paperlessBackupDir ]; - pruneOpts = [ - "--keep-daily 10" - "--keep-weekly 7" - "--keep-monthly 12" - "--keep-yearly 75" - ]; + #pruneOpts = [ + # "--keep-daily 10" + # "--keep-weekly 7" + # "--keep-monthly 12" + # "--keep-yearly 75" + #]; }; }; systemd.services.paperless-backup = diff --git a/config/services/samba.nix b/config/services/samba.nix index 4fb56a2..d30387d 100644 --- a/config/services/samba.nix +++ b/config/services/samba.nix @@ -41,12 +41,12 @@ sshAgeSecret = "resticHetznerSsh"; }; paths = [ "/bunker" ]; - pruneOpts = [ - "--keep-daily 10" - "--keep-weekly 7" - "--keep-monthly 12" - "--keep-yearly 75" - ]; + ##pruneOpts = [ + ## "--keep-daily 10" + ## "--keep-weekly 7" + ## "--keep-monthly 12" + ## "--keep-yearly 75" + ##]; }; }; wireguard.samba-patrick.server = { diff --git a/config/services/vaultwarden.nix b/config/services/vaultwarden.nix index 13565e5..5ea1d75 100644 --- a/config/services/vaultwarden.nix +++ b/config/services/vaultwarden.nix @@ -46,12 +46,12 @@ in sshAgeSecret = "vaultwardenHetznerSsh"; }; paths = [ config.services.vaultwarden.backupDir ]; - pruneOpts = [ - "--keep-daily 10" - "--keep-weekly 7" - "--keep-monthly 12" - "--keep-yearly 75" - ]; + #pruneOpts = [ + # "--keep-daily 10" + # "--keep-weekly 7" + # "--keep-monthly 12" + # "--keep-yearly 75" + #]; }; }; age.secrets.maddyPasswd = { diff --git a/flake.lock b/flake.lock index 5dd52e0..4defe0c 100644 --- a/flake.lock +++ b/flake.lock @@ -1208,11 +1208,11 @@ "pre-commit-hooks": "pre-commit-hooks_3" }, "locked": { - "lastModified": 1720823772, - "narHash": "sha256-tsFUe3BU/0K4tGpPbljA4o/73nqoVi77IldpAiK/bAo=", + "lastModified": 1723133809, + "narHash": "sha256-CUx2HOkP6Gsd7Hi+jPgm57P9Kgq0dxRG8UrxLhjDmr8=", "owner": "oddlama", "repo": "nixos-extra-modules", - "rev": "c058a7597be380492cca9eedf99db0834f777c6e", + "rev": "2dfcc1f7de2cb36566c5f1b48986dd4555a173dc", "type": "github" }, "original": {