nixos/stream: Remove public IPv4
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 15m21s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 15m21s
This commit is contained in:
parent
655a44a28b
commit
afe124a726
@ -43,6 +43,8 @@ in
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
query-local-address = [
|
query-local-address = [
|
||||||
|
# TODO: IPv6
|
||||||
|
"0.0.0.0"
|
||||||
# TODO: Dynamic IPv4 WAN address?
|
# TODO: Dynamic IPv4 WAN address?
|
||||||
# assignments.internal.ipv4.address
|
# assignments.internal.ipv4.address
|
||||||
# assignments.internal.ipv6.address
|
# assignments.internal.ipv6.address
|
||||||
|
@ -94,16 +94,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
|
||||||
pdns-recursor.settings.query-local-address = [ "109.255.252.104" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
my = {
|
my = {
|
||||||
secrets = {
|
secrets = {
|
||||||
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPYTB4zeAqotrEJ8M+AiGm/s9PFsWlAodz3hYSROGuDb";
|
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPYTB4zeAqotrEJ8M+AiGm/s9PFsWlAodz3hYSROGuDb";
|
||||||
};
|
};
|
||||||
server.enable = true;
|
server.enable = true;
|
||||||
deploy.node.hostname = "109.255.252.104";
|
deploy.node.hostname = "192.168.72.2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user