nix-cache01: add podman to host
This commit is contained in:
@@ -5,6 +5,11 @@
|
|||||||
format = "binary";
|
format = "binary";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.podman = {
|
||||||
|
enable = true;
|
||||||
|
dockerCompat = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.gitea-actions-runner.instances = {
|
services.gitea-actions-runner.instances = {
|
||||||
actions1 = {
|
actions1 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -45,4 +50,5 @@
|
|||||||
url = "https://git.t-juice.club";
|
url = "https://git.t-juice.club";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user