gorgon: add smartmon

This commit is contained in:
Tim Schubert 2024-05-17 21:21:29 +02:00
parent 4d77f9184b
commit e251d9865c
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

View file

@ -85,6 +85,8 @@ in
services.avahi.enable = true; services.avahi.enable = true;
services.smartd.enable = true;
services.tor = { services.tor = {
enable = true; enable = true;
client.enable = true; client.enable = true;
@ -124,6 +126,7 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
chromium chromium
ghostscript ghostscript
smartmontools
]; ];
networking.firewall = { networking.firewall = {