whoops hydra wasnt supposed to stay

This commit is contained in:
TheWanderingCrow 2026-02-01 13:55:36 -05:00
parent e73644f743
commit 7e0776e807
2 changed files with 1 additions and 7 deletions

View file

@ -45,6 +45,7 @@
"modules/quadlets/frigate"
# Hosted services
"modules/services/system-logging/prometheus-server.nix"
"modules/services/mealie"
"modules/services/actualbudget"
"modules/services/mqtt"

View file

@ -79,11 +79,4 @@
environment.systemPackages = with pkgs; [
linux-wallpaperengine
];
services.hydra = {
enable = true;
hydraURL = "http://localhost:3000";
notificationSender = "hydra@localhost";
useSubstitutes = true;
};
}