Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2abf72735 | ||
|
|
2e52d33ba5 |
@@ -1,3 +1,5 @@
|
||||
Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or directory.
|
||||
Warning: Identity file /home/jpporta/.ssh/id_rsa not accessible: No such file or directory.
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
@@ -54,7 +56,7 @@ in
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = [ pkgs.ntfy ];
|
||||
home.packages = [ pkgs.ntfy-sh ];
|
||||
|
||||
# Client config with subscription → notify-send mappings.
|
||||
# ntfy subscribe (without args) reads subscriptions from here.
|
||||
@@ -79,7 +81,7 @@ in
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = ''
|
||||
${pkgs.ntfy}/bin/ntfy subscribe
|
||||
${pkgs.ntfy-sh}/bin/ntfy subscribe
|
||||
'';
|
||||
Restart = "on-failure";
|
||||
RestartSec = 10;
|
||||
|
||||
Reference in New Issue
Block a user