Compare commits
2 commits
4d102da99f
...
5c11b77e1b
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c11b77e1b | |||
| 5cfc8a54d5 |
2 changed files with 2 additions and 7 deletions
|
|
@ -24,10 +24,5 @@
|
|||
enable = true;
|
||||
subdomain = "hs";
|
||||
};
|
||||
settings = {
|
||||
dns = {
|
||||
magic_dns = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, ... }:
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.synix.nixosModules.tailscale ];
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
services.tailscale = {
|
||||
enable = true;
|
||||
enableSSH = true;
|
||||
acceptDNS = !config.services.coredns.enable;
|
||||
acceptDNS = false; # use coredns
|
||||
loginServer = "https://hs.sid.ovh";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue