Tailscale key not necessary
This commit is contained in:
parent
42f1120e89
commit
c2eb0ec788
1 changed files with 0 additions and 3 deletions
|
|
@ -9,15 +9,12 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
age.secrets.tailscale-authKey.file = ../../secrets/tailscale-authKey.age;
|
|
||||||
|
|
||||||
my = {
|
my = {
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
tailscale = {
|
tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
magicDNSDomain = p.domains.tsDns;
|
magicDNSDomain = p.domains.tsDns;
|
||||||
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue