Compare commits
2 commits
c0608d1064
...
8474a211c4
| Author | SHA1 | Date | |
|---|---|---|---|
| 8474a211c4 | |||
| 93e9c0db39 |
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@
|
|||
tokenFile = config.age.secrets.gitea-runner-gospel.path;
|
||||
hostPackages = with pkgs; [
|
||||
nix
|
||||
attic-client
|
||||
bash
|
||||
coreutils
|
||||
curl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue