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:
@@ -94,16 +94,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
pdns-recursor.settings.query-local-address = [ "109.255.252.104" ];
|
||||
};
|
||||
|
||||
my = {
|
||||
secrets = {
|
||||
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPYTB4zeAqotrEJ8M+AiGm/s9PFsWlAodz3hYSROGuDb";
|
||||
};
|
||||
server.enable = true;
|
||||
deploy.node.hostname = "109.255.252.104";
|
||||
deploy.node.hostname = "192.168.72.2";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user