This commit is contained in:
mjallen18
2026-02-16 14:28:22 -06:00
parent c7a3aa6897
commit 2efe3fa067
10 changed files with 95 additions and 35 deletions

View File

@@ -42,14 +42,10 @@ let
Restart = "always";
RestartSec = "5";
};
path = with pkgs; [
bash
attic-client
];
script = ''
#!/usr/bin/env bash
attic watch-store nas-cache
${pkgs.attic-client}/bin/attic watch-store nas-cache
'';
wantedBy = [ "multi-user.target" ];
};
nix-rebuild-cache = {