Compare commits

..

2 commits

2 changed files with 2 additions and 4 deletions

View file

@ -37,7 +37,7 @@
useDHCP = false;
interfaces.eth0.useDHCP = true;
firewall.allowedTCPPorts = [80 443 2222 2221 21025];
firewall.allowedTCPPorts = [80 443 2222 21025];
};
time.timeZone = "Europe/London";
@ -73,7 +73,5 @@
acceptTerms = true;
};
virtualisation.oci-containers.backend = "podman";
system.stateVersion = "20.09";
}

View file

@ -9,7 +9,7 @@ in {
database.type = "postgres";
ssh.clonePort = 2222;
rootUrl = "https://gitea.tlater.net/";
rootUrl = "https://${domain}/";
cookieSecure = true;
appName = "Gitea: Git with a cup of tea";