tsuki: switch to attic-client

This commit is contained in:
notohh 2024-10-26 22:01:23 -04:00
parent 80ead85023
commit 77c4378438
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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;
};