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, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = [pkgs.attic];
|
environment.systemPackages = [pkgs.attic-client];
|
||||||
|
|
||||||
systemd.services.atticd = {
|
systemd.services.atticd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "notoh";
|
User = "notoh";
|
||||||
ExecStart = "${pkgs.attic}/bin/attic watch-store kyasshu";
|
ExecStart = "${pkgs.attic-client}/bin/attic watch-store kyasshu";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = 30;
|
RestartSec = 30;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue