add stuff

This commit is contained in:
2025-08-14 19:47:01 -05:00
parent 683178dc60
commit e924f78996
6 changed files with 24 additions and 5 deletions

View File

@@ -7,7 +7,11 @@
config = lib.mkIf config.sysconfig.opts.virtualization.gitea.enable {
networking.hosts."192.168.100.20" = [ "gitea.blunkall.us" ];
networking = {
hosts."192.168.100.20" = [ "gitea.blunkall.us" ];
nat.internalInterfaces = [ "ve-gitea" ];
};
sops.secrets = {
"gitea/dbpass" = {};