up
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user