chore(dnsmasq): filter dynamic systems better

This commit is contained in:
arcnmx 2024-04-16 09:23:50 -07:00
parent 60e27b1b59
commit 66d60c7977
4 changed files with 8 additions and 3 deletions

View file

@ -140,6 +140,9 @@ in {
default = domain;
};
global.enable = mkEnableOption "globally routeable";
online.enable = mkEnableOption "a deployed machine" // {
default = true;
};
hostnameForNetwork = mkOption {
type = attrsOf str;
default = {};