mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix: dollcoded defaults
This commit is contained in:
parent
90edc294b9
commit
b281ad40ff
1 changed files with 4 additions and 2 deletions
|
|
@ -181,10 +181,12 @@
|
|||
};
|
||||
tailscale = mkMerge [
|
||||
(mkIf tf.state.enable {
|
||||
ipv4 = meta.tailnet.${config.networking.hostName}.ipv4 or null;
|
||||
ipv6 = meta.tailnet.${config.networking.hostName}.ipv6 or null;
|
||||
ipv4 = mkForce meta.tailnet.${config.networking.hostName}.ipv4 or null;
|
||||
ipv6 = mkForce meta.tailnet.${config.networking.hostName}.ipv6 or null;
|
||||
})
|
||||
{
|
||||
ipv4 = mkDefault "wawawawaawa";
|
||||
ipv6 = mkDefault "awawawawawa";
|
||||
interfaces = singleton "tailscale0";
|
||||
zone = "inskip.me.";
|
||||
create_domain = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue