This commit is contained in:
Sakooooo 2025-01-04 21:22:26 +04:00
parent cd05e900db
commit c433bb2e36
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -18,14 +18,14 @@ in {
# LOL get it, a man is in a pod LMAO XDDDDD ROFL
virtualisation.podman = {
enable = true;
defaultNetwork.settings = { dns_enabled = true; };
# defaultNetwork.settings = { dns_enabled = true; };
};
# This is needed for podman to be able to talk over dns
networking.firewall.interfaces."podman0" = {
allowedUDPPorts = [ 53 ];
allowedTCPPorts = [ 53 ];
};
# # This is needed for podman to be able to talk over dns
# networking.firewall.interfaces."podman0" = {
# allowedUDPPorts = [ 53 ];
# allowedTCPPorts = [ 53 ];
# };
services = {
woodpecker-server = {