diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-16 22:01:50 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-16 22:01:50 -0400 |
| commit | a6da21fb9d7ddcb758b281b18df90c49a916c8fa (patch) | |
| tree | 3f5129316838afd6f486c4ae230bdab4e5f7aa1b /nixos/systems/prodesk-server | |
| parent | 44c079bc77c94bd1b10fc33b663bffb507305ff9 (diff) | |
homelab: added restic for backups
Diffstat (limited to 'nixos/systems/prodesk-server')
| -rw-r--r-- | nixos/systems/prodesk-server/system.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/systems/prodesk-server/system.nix b/nixos/systems/prodesk-server/system.nix index 8cf10a6..5bec770 100644 --- a/nixos/systems/prodesk-server/system.nix +++ b/nixos/systems/prodesk-server/system.nix @@ -76,6 +76,10 @@ core = { ssh.enable = true; caddy.enable = true; + restic = { + enable = true; + passwordFile = config.age.secrets.server-user-password.path; + }; }; cloud = { syncthing = { |
