From 7771a4c931f06c75f9f1f27091a67a28cd1cd0a8 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Mon, 19 Aug 2019 20:44:10 +0000 Subject: [PATCH] Refer to systemd man pages for hardening options --- modules/nix-bitcoin-services.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/nix-bitcoin-services.nix b/modules/nix-bitcoin-services.nix index 12132f3..9820dbe 100644 --- a/modules/nix-bitcoin-services.nix +++ b/modules/nix-bitcoin-services.nix @@ -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 ''; }; } - - -