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;
+1
View File
@@ -98,6 +98,7 @@ in {
# tic-80
ytfzf
yt-dlp
# autohide-tdrop
];
xdg.portal = {
-2
View File
@@ -7,8 +7,6 @@
podcast-path /data/podcasts
cache-path /data/cache
playlists-path /data/playlists
transcode-cache-size 1000
transcode-eject-interval 1440
'';
mossnet.gonic.user = "gonic";
mossnet.gonic.group = "audio";
+1
View File
@@ -29,6 +29,7 @@
# ardour
# reaper
# renoise
bitwig-studio
];
services.pulseaudio.enable = false;