From f7e29b172aa5c370921a07cea0f62971c979fa2d Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 7 Mar 2021 19:46:36 +0100 Subject: [PATCH] execute service with config --- nixos-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-module.nix b/nixos-module.nix index 76ed1b3..01af7c7 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -106,7 +106,7 @@ in User = cfg.user; Group = cfg.group; WorkingDirectory = yammat; - ExecStart = "${yammat}/bin/yammat"; + ExecStart = "${yammat}/bin/yammat /etc/yammata.yml"; }; };