Fix tailscale magic DNS

This commit is contained in:
Nikodem Rabuliński 2023-10-02 22:02:45 +02:00
parent 8c0e218639
commit 4feb1095ed
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB
3 changed files with 14 additions and 5 deletions

View file

@ -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