From 7cdcb23a5e8bb69c6814b78c4bb02a81d3f7bef5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 Apr 2018 13:24:47 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/motion.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/motion.nix b/custom/motion.nix index 21693a34..3e03dc33 100644 --- a/custom/motion.nix +++ b/custom/motion.nix @@ -73,7 +73,7 @@ in { description = "Name of the dedicated user"; }; - config = { + overrides = { type = types.attrs; default = {}; }; @@ -87,7 +87,7 @@ in { isSystemUser = true; isNormalUser = false; description = "User for motion daemon"; - } // cfg.user.config; + } // cfg.user.overrides; systemd.services."motion" = { serviceConfig = { -- cgit v1.2.3