From 3fea46a388d0b4db27ae214259ba085528e03afa Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Thu, 18 Feb 2021 23:24:40 +0100 Subject: config --- module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module.nix') diff --git a/module.nix b/module.nix index 23f62e4..56ceca1 100644 --- a/module.nix +++ b/module.nix @@ -28,7 +28,7 @@ in { cert = lib.mkOption { type = lib.types.path; default = null; - description = "-c /path/to/file" sets the TLS certificate file"; + description = "-c /path/to/file sets the TLS certificate file"; }; }; config = lib.mkIf config.services.smtp-forward.enable { @@ -66,7 +66,7 @@ in { PrivateMounts = true; SystemCallArchitectures = "native"; ProtectClock = true; - SystemCallFilter= [ "~@mount" "~@reboot" "~@swap" "~@module" "~@debug" "~@cpu-emulation" "SystemCallFilter=~@obsolete" ]; + SystemCallFilter= [ "~@mount" "~@reboot" "~@swap" "~@module" "~@debug" "~@cpu-emulation" "~@obsolete" ]; }; }; -- cgit v1.2.1