fix: add second no-proxy dyndns for minecraft and others

This commit is contained in:
Noah Masur
2024-03-30 15:56:58 +00:00
parent f757e4a894
commit bbc529287d
4 changed files with 47 additions and 0 deletions

View File

@ -75,6 +75,10 @@
type = lib.types.str;
description = "Hostname for metrics server.";
};
minecraft = lib.mkOption {
type = lib.types.str;
description = "Hostname for Minecraft server.";
};
paperless = lib.mkOption {
type = lib.types.str;
description = "Hostname for document server (paperless-ngx).";