Fix tailscale magic DNS
This commit is contained in:
parent
8c0e218639
commit
4feb1095ed
3 changed files with 14 additions and 5 deletions
|
@ -14,6 +14,10 @@
|
|||
type = types.attrsOf types.singleLineStr;
|
||||
default = {};
|
||||
};
|
||||
tailnet = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf config.settei.sane-defaults.enable (let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue