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