From fdc278a0b89f9445ea2ed0a98234c5f36ca89929 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 15 Aug 2021 11:28:44 +0200 Subject: [PATCH] lib: fix comment --- pkgs/lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/lib.nix b/pkgs/lib.nix index 09c00c0..c7a7480 100644 --- a/pkgs/lib.nix +++ b/pkgs/lib.nix @@ -3,7 +3,7 @@ lib: pkgs: with lib; # 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 = { # These settings roughly follow systemd's "strict" security profile defaultHardening = {