mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Open port 6080 for hound
This commit is contained in:
@@ -15,7 +15,12 @@
|
||||
address = "192.168.0.1";
|
||||
interface = "enp34s0";
|
||||
};
|
||||
firewall = { allowedTCPPorts = [ 8001 ]; };
|
||||
firewall = {
|
||||
allowedTCPPorts = [
|
||||
6080 # hound
|
||||
8001 # datasette
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Enable the OpenSSH server.
|
||||
|
Reference in New Issue
Block a user