Compare commits

..

No commits in common. "c6cb14a14b13814aa8605463a683058474a231cd" and "02b5b07993d9ee2b855a0af65eb731af134fd8d9" have entirely different histories.

2 changed files with 2 additions and 11 deletions

View file

@ -9,7 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Checkout
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
- name: Metadata
run: |
nix flake metadata
@ -18,4 +17,4 @@ jobs:
nix develop -c statix check
- name: Flake check
run: |
nix flake check
nix flake check

View file

@ -21,10 +21,7 @@ in {
virtualisation.docker = {
enable = true;
autoPrune.enable = true;
daemon.settings = {
fixed-cidr-v6 = "fd00::/80";
ipv6 = true;
};
daemon.settings = {};
};
services.gitea-actions-runner = {
@ -36,11 +33,6 @@ in {
name = "cupsnet local";
settings = {
runner.capacity = 2;
container.network = "host";
cache = {
enabled = true;
port = 40135;
};
};
hostPackages = with pkgs; [
bash