Migrate to flakes

This commit is contained in:
2022-06-06 23:12:54 +02:00
parent 6ce94605b5
commit 1260e3ba3c
13 changed files with 100 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
rootUrl = "https://git.coolneng.duckdns.org";
database = {
type = "postgres";
passwordFile = "/var/keys/gitea";
passwordFile = config.age.secrets.gitea.path;
};
cookieSecure = true;
disableRegistration = true;