.
This commit is contained in:
parent
ad55793d41
commit
6b64254eab
11 changed files with 155 additions and 12 deletions
|
|
@ -28,5 +28,11 @@ in
|
|||
|
||||
# Give main user access to podman
|
||||
users.users.${mainUser}.extraGroups = [ "podman" ];
|
||||
|
||||
# Enable IP forwarding for container networking
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv4.ip_forward" = 1;
|
||||
"net.ipv6.conf.all.forwarding" = 1;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue