parent
927ab18ee5
commit
e8aa792abd
|
@ -61,7 +61,7 @@
|
||||||
RestartSec = "30s";
|
RestartSec = "30s";
|
||||||
};
|
};
|
||||||
|
|
||||||
script = let pkg = pkgs.tulpa.dev.cadey.snoo2nebby;
|
script = let pkg = self.defaultPackage.${system};
|
||||||
in ''
|
in ''
|
||||||
exec ${pkg}/bin/snoo2nebby -webhook-file /srv/within/snoo2nebby/whurl.txt -subreddit "${cfg.subreddit}"
|
exec ${pkg}/bin/snoo2nebby -webhook-file /srv/within/snoo2nebby/whurl.txt -subreddit "${cfg.subreddit}"
|
||||||
'';
|
'';
|
||||||
|
|
Reference in New Issue