mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(dnsmasq): filter dynamic systems better
This commit is contained in:
parent
60e27b1b59
commit
66d60c7977
4 changed files with 8 additions and 3 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue