add ntfy push notifications

This commit is contained in:
Noah Masur
2024-08-25 21:04:16 +00:00
parent 264ad53f67
commit 3b86a666fd
5 changed files with 40 additions and 0 deletions

View File

@ -81,6 +81,7 @@ inputs.nixpkgs.lib.nixosSystem rec {
services.vaultwarden.enable = true;
services.minecraft-server.enable = true; # Setup Minecraft server
services.n8n.enable = true;
services.ntfy-sh.enable = true;
system.autoUpgrade.enable = true;
# Allows private remote access over the internet