update flake, fix breaking changes

This commit is contained in:
2024-10-20 19:06:35 -04:00
parent 262d678d12
commit 3d7e41f96e
6 changed files with 56 additions and 105 deletions

View File

@ -8,7 +8,6 @@
{
environment.systemPackages = with pkgs; [
attic-client
attic
];
services = {
@ -30,7 +29,7 @@
atticd = {
enable = true;
credentialsFile = config.sops.secrets."attic/secret-key".path;
environmentFile = config.sops.secrets."attic/secret-key".path;
settings = {
listen = "[::]:8183";
@ -96,7 +95,7 @@
serviceConfig = {
User = "root";
Restart = "always";
ExecStart = "${pkgs.attic}/bin/attic watch-store cache-nix-dot";
ExecStart = "${pkgs.attic-client}/bin/attic watch-store cache-nix-dot";
};
};
attic-sync-hydra = {