diff --git a/configuration/default.nix b/configuration/default.nix index 97c20a3..0a4dafd 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -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"; } diff --git a/configuration/services/gitea.nix b/configuration/services/gitea.nix index bdb2f7c..cd99951 100644 --- a/configuration/services/gitea.nix +++ b/configuration/services/gitea.nix @@ -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";