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