update
Some checks are pending
/ Check (push) Waiting to run

This commit is contained in:
alydev 2025-09-27 14:15:54 +10:00
parent e776733216
commit a2075a988e

View file

@ -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 ''; };
};