Compare commits
2 commits
536181b34a
...
07801d00bd
Author | SHA1 | Date | |
---|---|---|---|
Tristan Daniël Maat | 07801d00bd | ||
Tristan Daniël Maat | 101ffeb55f |
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue