Removed old tailscale domain
This commit is contained in:
parent
69c6e3a416
commit
07f44ffeeb
6 changed files with 7 additions and 11 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
tailscaleMagicDNS = "neon-dory.ts.net";
|
p = import ../parameters.nix;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
@ -32,7 +32,7 @@ in
|
||||||
};
|
};
|
||||||
tailscale = {
|
tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
magicDNSDomain = tailscaleMagicDNS;
|
magicDNSDomain = p.domains.tsDns;
|
||||||
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
tailscaleMagicDNS = "neon-dory.ts.net";
|
|
||||||
p = import ../parameters.nix;
|
p = import ../parameters.nix;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
@ -25,7 +24,7 @@ in
|
||||||
networking = {
|
networking = {
|
||||||
tailscale = {
|
tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
magicDNSDomain = tailscaleMagicDNS;
|
magicDNSDomain = p.domains.tsDns;
|
||||||
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
tailscaleMagicDNS = "neon-dory.ts.net";
|
|
||||||
email = "pasettodavide@gmail.com";
|
email = "pasettodavide@gmail.com";
|
||||||
p = import ../parameters.nix;
|
p = import ../parameters.nix;
|
||||||
in
|
in
|
||||||
|
|
@ -134,7 +133,7 @@ in
|
||||||
networking = {
|
networking = {
|
||||||
tailscale = {
|
tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
magicDNSDomain = tailscaleMagicDNS;
|
magicDNSDomain = p.domains.tsDns;
|
||||||
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
tailscaleMagicDNS = "neon-dory.ts.net";
|
p = import ../parameters.nix;
|
||||||
|
|
||||||
homeParameters = {
|
homeParameters = {
|
||||||
username = "pazpi";
|
username = "pazpi";
|
||||||
|
|
@ -63,7 +63,7 @@ in
|
||||||
networking = {
|
networking = {
|
||||||
tailscale = {
|
tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
magicDNSDomain = tailscaleMagicDNS;
|
magicDNSDomain = p.domains.tsDns;
|
||||||
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
tailscaleMagicDNS = "neon-dory.ts.net";
|
|
||||||
defaultNodePort = toString config.services.prometheus.exporters.node.port;
|
defaultNodePort = toString config.services.prometheus.exporters.node.port;
|
||||||
p = import ../parameters.nix;
|
p = import ../parameters.nix;
|
||||||
in
|
in
|
||||||
|
|
@ -51,7 +50,7 @@ in
|
||||||
networking = {
|
networking = {
|
||||||
tailscale = {
|
tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
magicDNSDomain = tailscaleMagicDNS;
|
magicDNSDomain = p.domains.tsDns;
|
||||||
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,6 @@ in
|
||||||
admin_password = "$__file{${cfg.adminPasswordFile}}";
|
admin_password = "$__file{${cfg.adminPasswordFile}}";
|
||||||
};
|
};
|
||||||
server = {
|
server = {
|
||||||
# domain = "grafana.neon-dory.ts.net";
|
|
||||||
domain = cfg.proxy.domain;
|
domain = cfg.proxy.domain;
|
||||||
http_addr = "0.0.0.0";
|
http_addr = "0.0.0.0";
|
||||||
http_port = 3000;
|
http_port = 3000;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue