From 40badca197d722c35750746ca775ac6b7e118d4f Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 10 Mar 2021 01:49:47 +0100 Subject: [PATCH] typo --- nixos-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-module.nix b/nixos-module.nix index 3636b02..aebacee 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -58,7 +58,7 @@ in User = cfg.user; Group = cfg.group; WorkingDirectory = yammat; - ExecStart = "${yammat}/bin/yammat /etc/yammata.yml"; + ExecStart = "${yammat}/bin/yammat /etc/yammat.yml"; }; };