Compare commits

..

2 commits

2 changed files with 2 additions and 4 deletions

View file

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

View file

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