mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 05:19: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 = {
|
networking = {
|
||||||
hostId = "16c22faf";
|
hostId = "16c22faf";
|
||||||
|
firewall = {
|
||||||
|
allowedTCPPorts = [ 8080 ];
|
||||||
|
allowedUDPPorts = [ 8080 ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
hardware.openrgb = {
|
hardware.openrgb = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
zerotierone.joinNetworks = [
|
||||||
|
"d5e5fb653774ee43"
|
||||||
|
];
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = ps: with ps; [ pg_libversion ];
|
extensions = ps: with ps; [ pg_libversion ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue