services/forgejo-runner: init

This commit is contained in:
Nikodem Rabuliński 2025-03-18 23:58:46 +01:00
parent 21920907fe
commit 1cb01b1d89
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8
5 changed files with 56 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;