Enable zerotier, fixup firewall

This commit is contained in:
Alex Davies 2024-05-11 17:25:12 -03:00
parent 4f38200ef8
commit 18d2a55b93
2 changed files with 4 additions and 1 deletions

View File

@ -94,7 +94,7 @@
modules = [
./nixos/configuration.nix
./nixos/home-assistant.nix
#./nixos/zerotier.nix
./nixos/zerotier.nix
];
};
};

View File

@ -55,6 +55,9 @@
history = {};
};
};
networking.firewall.allowedTCPPorts = [ 8123 ];
#Break touchscreen support
#${pkgs.wlr-randr}/bin/wlr-randr --output eDP-1 --transform 90 # Adjust command as needed
services.cage = {