Compare commits

...

2 commits

Author SHA1 Message Date
8474a211c4 Fix push command
Some checks failed
Buill NixOS Configurations / Build-NixOS-Configurations (carbon) (push) Failing after 28s
Buill NixOS Configurations / Build-NixOS-Configurations (git) (push) Failing after 20s
Buill NixOS Configurations / Build-NixOS-Configurations (gospel) (push) Failing after 37s
Buill NixOS Configurations / Build-NixOS-Configurations (node) (push) Failing after 24s
2026-02-14 23:01:35 -08:00
93e9c0db39 Allow access to attic client 2026-02-14 22:51:57 -08:00
2 changed files with 2 additions and 1 deletions

View file

@ -20,4 +20,4 @@ jobs:
- name: Push build to attic
run: |
attic login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
attic push gospel ./result
attic push gospel:nixosConfigs ./result

View file

@ -93,6 +93,7 @@
tokenFile = config.age.secrets.gitea-runner-gospel.path;
hostPackages = with pkgs; [
nix
attic-client
bash
coreutils
curl