commit 569757f46e25bdb02561c25c08adc3cc60385ea5
parent 99d3979c0da4d3c9197194763a920800f1120c28
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 20 Feb 2024 18:17:11 +0100
Add catt on wakasu…
… to be able to cast things from local.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix
@@ -59,6 +59,9 @@ in
networking = {
hostName = hostname;
+ firewall.allowedTCPPortRanges = [
+ { from = 45000; to = 47000; }
+ ];
};
boot = {
@@ -132,6 +135,7 @@ in
# obsidian # electron is eol...
discord
virt-manager
+ catt
];
services = {