diff --git a/system/aly-server.nix b/system/aly-server.nix index 5784e34..bd75550 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -9,10 +9,6 @@ networking.firewall.allowedUDPPorts = [ 137 138 139 50000 ]; - services.smartd = { - enable = true; - extraOptions = [ "-A /var/log/smartd/" "--interval=600" ]; - }; services.openvpn.servers = { server = { config = '' config /home/aly/.secrets/server.ovpn ''; }; };