Add some labels
This commit is contained in:
parent
497ab9a82a
commit
2b1e9119dc
1 changed files with 4 additions and 3 deletions
|
|
@ -23,11 +23,12 @@
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
80 443 # caddy
|
80 443 # caddy
|
||||||
8000
|
8000
|
||||||
8010
|
8001
|
||||||
8080
|
8010 # audio bookshelf
|
||||||
|
8080 # file browser
|
||||||
8234 # shiori (non-standard)
|
8234 # shiori (non-standard)
|
||||||
9117
|
9117
|
||||||
8191
|
8191 # flaresolverr
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "alt"; # Define your hostname.
|
networking.hostName = "alt"; # Define your hostname.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue