idk a bunch more updates

This commit is contained in:
Anish Lakhwara
2025-11-21 21:06:42 -08:00
parent baa309eb4b
commit 6edf5ecdfc
11 changed files with 182 additions and 34 deletions
+9
View File
@@ -57,6 +57,15 @@
# seafile
};
# for vibe code stuff, over wireguard
networking.firewall = {
allowedTCPPorts = [ 22 3000 4173 ]; # allow ssh, vibe, and vibekanban
allowedTCPPortRanges = [{
from = 6666;
to = 7666;
}];
};
environment.systemPackages = with pkgs; [ lm_sensors ];
hardware.fancontrol = {
enable = false;