feat: enable hydra on nuOS
This commit is contained in:
parent
d41d54c200
commit
c4e96385a8
1 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue