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"; }; };