mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 23:29:08 +01:00
Compare commits
No commits in common. "0b87addc97a76e998c2a4dab6b10209fe85faef2" and "d37a9c23a1de1efdbbe4a611ce68d10fcf6c96f8" have entirely different histories.
0b87addc97
...
d37a9c23a1
2 changed files with 0 additions and 6 deletions
1
.github/workflows/check-deploy.yml
vendored
1
.github/workflows/check-deploy.yml
vendored
|
|
@ -8,7 +8,6 @@ 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,11 +41,6 @@
|
|||
|
||||
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