Refer to systemd man pages for hardening options

This commit is contained in:
Jonas Nick 2019-08-19 20:44:10 +00:00
parent a5e10a82d8
commit 7771a4c931
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,6 @@
# See `man systemd.exec` and `man systemd.resource-control` for an explanation
# of the various systemd options available through this module.
{ config, lib, pkgs, ... }:
with lib;
@ -41,6 +44,3 @@ in
'';
};
}