mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-06 12:48:53 -05:00
whoops hydra wasnt supposed to stay
This commit is contained in:
parent
e73644f743
commit
7e0776e807
2 changed files with 1 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -79,11 +79,4 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
linux-wallpaperengine
|
||||
];
|
||||
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
hydraURL = "http://localhost:3000";
|
||||
notificationSender = "hydra@localhost";
|
||||
useSubstitutes = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue