mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
9ad247d428
commit
e776733216
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
||||||
networking.firewall.allowedUDPPorts = [
|
networking.firewall.allowedUDPPorts = [
|
||||||
137 138 139 50000
|
137 138 139 50000
|
||||||
];
|
];
|
||||||
|
services.smartd = {
|
||||||
|
enable = true;
|
||||||
|
extraOptions = [ "-A /var/log/smartd/" "--interval=600" ];
|
||||||
|
};
|
||||||
services.openvpn.servers = {
|
services.openvpn.servers = {
|
||||||
server = { config = '' config /home/aly/.secrets/server.ovpn ''; };
|
server = { config = '' config /home/aly/.secrets/server.ovpn ''; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue