feat(capytal,forgejo): set up forgejo actions runner
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
./cloudflare.nix
|
||||
./garage.nix
|
||||
./postgresql.nix
|
||||
./virtualisation.nix
|
||||
];
|
||||
}
|
||||
|
||||
13
common/virtualisation.nix
Normal file
13
common/virtualisation.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{...}: {
|
||||
virtualisation = {
|
||||
oci-containers = {
|
||||
backend = "podman";
|
||||
};
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
};
|
||||
docker.enable = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user