katja's git: nixfiles

ctucx' nixfiles

commit 0fd885d570bfe7ec8fc1d4c213e39c5635477b95
parent aa014869797cd5ce5e54acc01d8e6ba32f593f55
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 26 Apr 2025 18:05:18 +0200

nodes/rabbit: enable `services.ntfysh-notify`
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/nodes/rabbit/default.nix b/nodes/rabbit/default.nix
@@ -63,6 +63,8 @@
 
     systemd.network.networks."5-mainInterface".enable = true;
 
+    services.ntfysh-notify.enable = true;
+
     system.stateVersion = "24.11"; # Did you read the comment?
     home-manager.users.katja.home.stateVersion = "24.11";