open port

This commit is contained in:
jopejoe1 2025-01-10 09:20:53 +01:00
parent 6728dae390
commit 8e84f240d2

View file

@ -66,6 +66,9 @@
fwupd.enable = true;
libinput.enable = true;
#repology.enable = true;
zerotierone.joinNetworks = [
"d5e5fb653774ee43"
];
};
time.timeZone = "Europe/Berlin";
@ -106,6 +109,11 @@
"nixos-test"
];
networking.firewall = {
allowedTCPPorts = [ 8080 ];
allowedUDPPorts = [ 8080 ];
};
boot.binfmt.emulatedSystems = [
"riscv64-linux"
"aarch64-linux"