lib: fix comment

This commit is contained in:
Erik Arvstedt 2021-08-15 11:28:44 +02:00
parent 13b4650e84
commit fdc278a0b8
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ lib: pkgs:
with lib; with lib;
# See `man systemd.exec` and `man systemd.resource-control` for an explanation # See `man systemd.exec` and `man systemd.resource-control` for an explanation
# of the systemd-related options available through this module. # of the systemd-related options available through this file.
let self = { let self = {
# These settings roughly follow systemd's "strict" security profile # These settings roughly follow systemd's "strict" security profile
defaultHardening = { defaultHardening = {