mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-18 19:24:09 +02:00
open port
This commit is contained in:
parent
6728dae390
commit
8e84f240d2
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue