This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
1
Pull requests
2
Projects
Releases
Packages
Wiki
Activity
Actions
a4d92b1a6f
nixos-config
/
programs
/
desktop
/
kodi
/
system-config.nix
8 lines
78 B
Nix
Raw
Normal View
History
Unescape
Escape
disable firewall on kodi systems
2024-11-18 10:04:29 +00:00
{
.
.
.
}:
{
port unblock kodi
2024-11-19 07:28:49 +00:00
networking
.
firewall
.
allowedTCPPorts
=
[
8080
9090
]
;
disable firewall on kodi systems
2024-11-18 10:04:29 +00:00
}
Reference in a new issue
Copy permalink