feat: enable hydra on nuOS

This commit is contained in:
Noa Aarts 2024-10-21 13:57:57 +02:00
parent d41d54c200
commit c4e96385a8
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -153,6 +153,12 @@
};
services = {
hydra = {
enable = true;
hydraURL = "http://localhost:9212";
notificationSender = "hydra@localhost";
useSubstitutes = true;
};
nix-serve = {
enable = true;
package = pkgs.nix-serve-ng;
@ -285,7 +291,7 @@
22 # ssh
80 # http
443 # https
3000 # hydra
9212 # hydra
25565 # minecraft
24454 # minecraft (voice)