feat: forgejo runner
Added a forgejo runner and extracted monolith file into folder/sub-folder
This commit is contained in:
parent
2637817c9c
commit
eb7d6c146f
9 changed files with 114 additions and 32 deletions
14
hosts/cl-00-00/system/configuration/container.nix
Normal file
14
hosts/cl-00-00/system/configuration/container.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ ...
|
||||
}:
|
||||
|
||||
{
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
|
||||
# Create a `docker` alias for podman
|
||||
dockerCompat = true;
|
||||
|
||||
# Required for containers to talk to each other
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue