diff --git a/.forgejo/workflows/default.yml b/.forgejo/workflows/default.yml index b960e12..2eb9963 100644 --- a/.forgejo/workflows/default.yml +++ b/.forgejo/workflows/default.yml @@ -17,5 +17,5 @@ jobs: - run: nix build .#nixosConfigurations.odin.config.system.build.toplevel - run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel - run: | - attic login action https://cache.cronyakatsuki.xyz ${{ secrets.ATTIC_TOKEN }} + attic login server https://cache.cronyakatsuki.xyz ${{ secrets.ATTIC_TOKEN }} attic push system result -j 2 diff --git a/modules/servers/per-server/freyja/services/forgejo-runner.nix b/modules/servers/per-server/freyja/services/forgejo-runner.nix index 3423390..6bd5428 100644 --- a/modules/servers/per-server/freyja/services/forgejo-runner.nix +++ b/modules/servers/per-server/freyja/services/forgejo-runner.nix @@ -28,7 +28,10 @@ nodejs wget nix + attic-client ]; }; }; + + environment.systemPackages = with pkgs; [attic-client]; }