diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e458ed5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.worktrees/ diff --git a/modules/home-manager/ntfy-notify/default.nix b/modules/home-manager/ntfy-notify/default.nix index 71c2ff2..645a2f0 100644 --- a/modules/home-manager/ntfy-notify/default.nix +++ b/modules/home-manager/ntfy-notify/default.nix @@ -80,9 +80,7 @@ in }; Service = { Type = "simple"; - ExecStart = '' - ${pkgs.ntfy-sh}/bin/ntfy subscribe - ''; + ExecStart = "${pkgs.ntfy-sh}/bin/ntfy subscribe"; Restart = "on-failure"; RestartSec = 10; };