From fd141f0dd6f8a6ab25776744e1441708cadabc62 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 22 Jan 2026 20:39:33 +0100 Subject: [PATCH] fix: try server? --- .forgejo/workflows/default.yml | 2 +- modules/servers/per-server/freyja/services/forgejo-runner.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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]; }