idk a bunch more updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user