added EnvironmentFile to snapshot_manager

This commit is contained in:
2025-09-14 23:48:59 -04:00
parent 3434b32fbe
commit 4686a85bcd
4 changed files with 65 additions and 12 deletions

View File

@@ -1,3 +1,6 @@
let
vars = import ./vars.nix;
in
{
imports = [
../../users/richie
@@ -23,7 +26,10 @@
smartd.enable = true;
snapshot_manager.path = ./snapshot_config.toml;
snapshot_manager = {
path = ./snapshot_config.toml;
EnvironmentFile = "${vars.secrets}/services/snapshot_manager";
};
zerotierone.joinNetworks = [ "a09acf02330d37b9" ];
};

View File

@@ -51,3 +51,45 @@ monthly = 12
hourly = 12
daily = 14
monthly = 2
["media/services"]
15_min = 3
hourly = 12
daily = 14
monthly = 2
["media/home_assistant"]
15_min = 3
hourly = 12
daily = 14
monthly = 2
["scratch/qbitvpn"]
15_min = 0
hourly = 0
daily = 0
monthly = 0
["scratch/transmission"]
15_min = 0
hourly = 0
daily = 0
monthly = 0
["storage/qbitvpn"]
15_min = 0
hourly = 0
daily = 0
monthly = 0
["storage/transmission"]
15_min = 0
hourly = 0
daily = 0
monthly = 0
["storage/ollama"]
15_min = 0
hourly = 0
daily = 0
monthly = 0