Compare commits
No commits in common. "8474a211c42730d9173312259208018255e70b69" and "c0608d106486849850b4babaa2d475826ec1bb2e" have entirely different histories.
8474a211c4
...
c0608d1064
2 changed files with 1 additions and 2 deletions
|
|
@ -20,4 +20,4 @@ jobs:
|
||||||
- name: Push build to attic
|
- name: Push build to attic
|
||||||
run: |
|
run: |
|
||||||
attic login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
|
attic login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
|
||||||
attic push gospel:nixosConfigs ./result
|
attic push gospel ./result
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,6 @@
|
||||||
tokenFile = config.age.secrets.gitea-runner-gospel.path;
|
tokenFile = config.age.secrets.gitea-runner-gospel.path;
|
||||||
hostPackages = with pkgs; [
|
hostPackages = with pkgs; [
|
||||||
nix
|
nix
|
||||||
attic-client
|
|
||||||
bash
|
bash
|
||||||
coreutils
|
coreutils
|
||||||
curl
|
curl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue