tsuki: switch to attic-client
This commit is contained in:
parent
80ead85023
commit
77c4378438
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [pkgs.attic];
|
||||
environment.systemPackages = [pkgs.attic-client];
|
||||
|
||||
systemd.services.atticd = {
|
||||
enable = true;
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
serviceConfig = {
|
||||
User = "notoh";
|
||||
ExecStart = "${pkgs.attic}/bin/attic watch-store kyasshu";
|
||||
ExecStart = "${pkgs.attic-client}/bin/attic watch-store kyasshu";
|
||||
Restart = "always";
|
||||
RestartSec = 30;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue