cleanup common GUI config

This commit is contained in:
nyanloutre 2024-08-12 10:06:12 +02:00
parent 56095f920c
commit 278b49fe66
Signed by: nyanloutre
GPG key ID: 194A92D1103ACB2A
3 changed files with 25 additions and 22 deletions

View file

@ -82,8 +82,10 @@
esphome
];
programs.wireshark.enable = true;
programs.wireshark.package = pkgs.wireshark;
programs = {
wireshark.enable = true;
alvr.enable = true;
};
networking.firewall.enable = false;