update flake, fix breaking changes

This commit is contained in:
2024-10-20 19:06:35 -04:00
parent 262d678d12
commit 3d7e41f96e
6 changed files with 56 additions and 105 deletions

View File

@ -16,9 +16,11 @@ in
passwordFile = config.sops.secrets."gitea/dbpass".path;
host = "127.0.0.1:5432";
};
domain = "git.alicehuston.xyz";
rootUrl = "https://git.alicehuston.xyz/";
httpPort = 443;
settings.server = {
domain = "git.alicehuston.xyz";
rootUrl = "https://git.alicehuston.xyz/";
httpPort = 443;
};
stateDir = base_path;
lfs.enable = true;
recommendedDefaults = true;