Fixes to ptitgoron, adding cinny and updates
This commit is contained in:
parent
169912a47b
commit
f287ac426a
9 changed files with 229 additions and 37 deletions
|
|
@ -4,13 +4,16 @@
|
|||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
autoPrune.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.trustedInterfaces = [
|
||||
"podman*"
|
||||
];
|
||||
networking.firewall.interfaces."podman*".allowedUDPPorts = [ 53 ];
|
||||
|
||||
users.users.gitea-runner.isSystemUser = true;
|
||||
users.users.gitea-runner.group = "gitea-runner";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue