Enable zerotier, fixup firewall
This commit is contained in:
parent
4f38200ef8
commit
18d2a55b93
@ -94,7 +94,7 @@
|
|||||||
modules = [
|
modules = [
|
||||||
./nixos/configuration.nix
|
./nixos/configuration.nix
|
||||||
./nixos/home-assistant.nix
|
./nixos/home-assistant.nix
|
||||||
#./nixos/zerotier.nix
|
./nixos/zerotier.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -55,6 +55,9 @@
|
|||||||
history = {};
|
history = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 8123 ];
|
||||||
|
|
||||||
#Break touchscreen support
|
#Break touchscreen support
|
||||||
#${pkgs.wlr-randr}/bin/wlr-randr --output eDP-1 --transform 90 # Adjust command as needed
|
#${pkgs.wlr-randr}/bin/wlr-randr --output eDP-1 --transform 90 # Adjust command as needed
|
||||||
services.cage = {
|
services.cage = {
|
||||||
|
Loading…
Reference in New Issue
Block a user