[gitea] Moves database password into an sops secret

This commit is contained in:
2025-03-18 15:38:49 -07:00
parent 18cb388ebb
commit 8bd3088bcf
16 changed files with 193 additions and 75 deletions

View File

@@ -1,12 +1,10 @@
{ config, lib, ...}:
{ lib, ...}:
{
options = with lib; with types; {
domainName = mkOption { type = str; };
localNet = mkOption { type = str; };
};
config = {
domainName = "havenisms.com";
localNet = "192.168.0.0/16";
};
}
}