mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 12:59:22 +02:00
open firewall
This commit is contained in:
parent
8e84f240d2
commit
014ddd954b
1 changed files with 7 additions and 0 deletions
|
@ -50,12 +50,19 @@
|
|||
|
||||
networking = {
|
||||
hostId = "16c22faf";
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 8080 ];
|
||||
allowedUDPPorts = [ 8080 ];
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
hardware.openrgb = {
|
||||
enable = true;
|
||||
};
|
||||
zerotierone.joinNetworks = [
|
||||
"d5e5fb653774ee43"
|
||||
];
|
||||
postgresql = {
|
||||
enable = true;
|
||||
extensions = ps: with ps; [ pg_libversion ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue