hosts/ni: remove Firefox and thermald

This commit is contained in:
Gabriel Arazas 2023-09-30 14:02:40 +08:00
parent 98e5f1a9b3
commit d7cc9f412c
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -87,10 +87,7 @@
profiles = { profiles = {
i18n.enable = true; i18n.enable = true;
archiving.enable = true; archiving.enable = true;
browsers = { browsers.chromium.enable = true;
firefox.enable = true;
chromium.enable = true;
};
desktop = { desktop = {
enable = true; enable = true;
audio.enable = true; audio.enable = true;
@ -180,7 +177,6 @@
programs.mtr.enable = true; programs.mtr.enable = true;
services.auto-cpufreq.enable = true; services.auto-cpufreq.enable = true;
services.thermald.enable = true;
services.avahi.enable = true; services.avahi.enable = true;
# We'll go with a software firewall. We're mostly configuring it as if we're # We'll go with a software firewall. We're mostly configuring it as if we're