hddfancontrol: Disable network access
This commit is contained in:
parent
25181b596f
commit
cee68718db
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ in
|
|||
systemd.services.hddfancontrol = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
environment.HDDFANCONTROL_ARGS = lib.escapeShellArgs args;
|
||||
serviceConfig = {
|
||||
# Hardening
|
||||
PrivateNetwork = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue