remove firewall (didnt work)

This commit is contained in:
logical-code 2025-07-13 00:08:30 -04:00
parent 5454ad9d1c
commit 5939a8947b

View file

@ -17,6 +17,10 @@ in
};
config = mkIf cfg.enable {
hardware.bluetooth.enable = true; #enable bluetooth
hardware.bluetooth.powerOnBoot = true;
environment.systemPackages = with pkgs; [
vscodium
brave
@ -24,7 +28,6 @@ in
nixfmt-rfc-style
easyeffects #also need easy effects presets https://github.com/JackHack96/EasyEffects-Presets
plexamp
libsForQt5.plasma-firewall
];
programs = {