2025-05-09
> 2025-05-07: note: Keep ping looks working
diff --git a/note/keep-ping-as-nixos-service.md b/note/keep-ping-as-nixos-service.md
index 949fbd7..98b0cce 100644--- a/note/keep-ping-as-nixos-service.md
+++ b/note/keep-ping-as-nixos-service.md
@@ -8,7 +8,7 @@ rights: CC0 1.0
---
This is how I added infinite ping service to NixOS.-I'm not sure if it works, however.
+It looks it works.
``` nix
systemd.services.keep-ping-to-srht = {
> 2025-05-06: note: Fix missing ;
diff --git a/note/keep-ping-as-nixos-service.md b/note/keep-ping-as-nixos-service.md
index b904575..949fbd7 100644--- a/note/keep-ping-as-nixos-service.md
+++ b/note/keep-ping-as-nixos-service.md
@@ -19,5 +19,5 @@ I'm not sure if it works, however.
serviceConfig = {
Restart = "always";
};- }
+ };
```