diff --git a/systems/palatine-hill/gitea.nix b/systems/palatine-hill/gitea.nix index 0feaf9e..7ddd815 100644 --- a/systems/palatine-hill/gitea.nix +++ b/systems/palatine-hill/gitea.nix @@ -14,9 +14,10 @@ in database = { type = "postgres"; passwordFile = config.sops.secrets."gitea/dbpass".path; + createDatabase = false; host = "127.0.0.1"; name = "giteadb"; - port = "5433"; + port = 5433; }; settings.server = { domain = "git.alicehuston.xyz"; diff --git a/users/alice/home.nix b/users/alice/home.nix index 56bc27e..e63c2a0 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -167,7 +167,7 @@ nix.gc = { automatic = true; - dates = "weekly"; + frequency = "weekly"; options = "--delete-older-than 30d"; };