mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 23:29:08 +01:00
Compare commits
2 commits
d37a9c23a1
...
0b87addc97
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b87addc97 | |||
| 90d01ecd17 |
2 changed files with 6 additions and 0 deletions
1
.github/workflows/check-deploy.yml
vendored
1
.github/workflows/check-deploy.yml
vendored
|
|
@ -8,6 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
checks: ${{ steps.checks.outputs.checks }}
|
||||
hosts: ${{ steps.hosts.outputs.hosts }}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: cachix/install-nix-action@v31
|
||||
|
|
|
|||
|
|
@ -41,6 +41,11 @@
|
|||
|
||||
min-free = 4 * 1024 * 1024 * 1024;
|
||||
max-free = 6 * 1024 * 1024 * 1024;
|
||||
|
||||
substituters = [ "https://sebastian-stork.cachix.org" ];
|
||||
trusted-public-keys = [
|
||||
"sebastian-stork.cachix.org-1:PAgwmtq5BF/UlUoXdBC2sX2EKZQ2vCjo3iGySujbaME="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue