Fix element call, more librewolf prefs

This commit is contained in:
Henry Hiles 2025-05-27 15:03:52 -04:00
commit 563b4debe7
No known key found for this signature in database
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
}