vaguely more helpful commit message

This commit is contained in:
Anish Lakhwara
2025-09-28 20:18:46 -07:00
parent 266c981cd4
commit 5daf0b0dc5
10 changed files with 488 additions and 24 deletions
+5 -2
View File
@@ -23,12 +23,15 @@
settings.PermitRootLogin = "no";
};
hardware.keyboard.qmk.enable = true;
services.udev.packages = with pkgs; [ via ];
# import profiling tools
programs.systemtap.enable = true;
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "btrfs";
environment.systemPackages = with pkgs; [ docker-compose ];
environment.systemPackages = with pkgs; [ docker-compose via ];
# Speed up boot by removing dependency on network
systemd = {
@@ -69,7 +72,7 @@
# lazy enable of ports necessary for KDE connect which is installed via cli home profile (for some reason?)
networking.firewall = {
allowedTCPPorts = [ 22 4173 ]; # allow ssh
allowedTCPPorts = [ 22 4173 3000 ]; # allow ssh and vibekanban
allowedTCPPortRanges = [{
from = 1714;
to = 1764;