mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-23 22:41:31 -04: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"
|
"modules/quadlets/frigate"
|
||||||
|
|
||||||
# Hosted services
|
# Hosted services
|
||||||
|
"modules/services/system-logging/prometheus-server.nix"
|
||||||
"modules/services/mealie"
|
"modules/services/mealie"
|
||||||
"modules/services/actualbudget"
|
"modules/services/actualbudget"
|
||||||
"modules/services/mqtt"
|
"modules/services/mqtt"
|
||||||
|
|
|
||||||
|
|
@ -79,11 +79,4 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
linux-wallpaperengine
|
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