Compare commits
No commits in common. "c6cb14a14b13814aa8605463a683058474a231cd" and "02b5b07993d9ee2b855a0af65eb731af134fd8d9" have entirely different histories.
c6cb14a14b
...
02b5b07993
2 changed files with 2 additions and 11 deletions
|
@ -9,7 +9,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
name: Checkout
|
name: Checkout
|
||||||
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
- name: Metadata
|
- name: Metadata
|
||||||
run: |
|
run: |
|
||||||
nix flake metadata
|
nix flake metadata
|
||||||
|
|
|
@ -21,10 +21,7 @@ in {
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoPrune.enable = true;
|
autoPrune.enable = true;
|
||||||
daemon.settings = {
|
daemon.settings = {};
|
||||||
fixed-cidr-v6 = "fd00::/80";
|
|
||||||
ipv6 = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gitea-actions-runner = {
|
services.gitea-actions-runner = {
|
||||||
|
@ -36,11 +33,6 @@ in {
|
||||||
name = "cupsnet local";
|
name = "cupsnet local";
|
||||||
settings = {
|
settings = {
|
||||||
runner.capacity = 2;
|
runner.capacity = 2;
|
||||||
container.network = "host";
|
|
||||||
cache = {
|
|
||||||
enabled = true;
|
|
||||||
port = 40135;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
hostPackages = with pkgs; [
|
hostPackages = with pkgs; [
|
||||||
bash
|
bash
|
||||||
|
|
Loading…
Reference in a new issue