Compare commits

..

1 commit

Author SHA1 Message Date
1cb01b1d89
services/forgejo-runner: init 2025-03-19 00:15:11 +01:00
2 changed files with 11 additions and 1 deletions

View file

@ -26,7 +26,10 @@
};
settei.incus.enable = true;
virtualisation.podman.enable = true;
virtualisation.podman = {
enable = true;
defaultNetwork.settings.dns_enabled = true;
};
services.nginx = {
enable = true;

View file

@ -25,6 +25,13 @@
];
};
};
virtualisation.podman = {
enable = true;
defaultNetwork.settings.dns_enabled = true;
};
networking.firewall.trustedInterfaces = [ "br-+" ];
};
};
}