Fix element call, more librewolf prefs

This commit is contained in:
Henry Hiles 2025-05-27 15:03:52 -04:00
parent 98759bf64b
commit 563b4debe7
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 5 additions and 2 deletions

View file

@ -3,5 +3,5 @@
enable = true;
email = "henry@henryhiles.com";
};
networking.firewall.allowedTCPPorts = [2222 443];
networking.firewall.allowedTCPPorts = [2222 443 8448]; # SSH,Matrix and HTTPS
}