add hydra to wallfacer
This commit is contained in:
parent
feea5f45b8
commit
0b551af8ef
1 changed files with 10 additions and 1 deletions
|
|
@ -9,10 +9,19 @@
|
|||
enableFonts = false;
|
||||
enableNextcloud = true;
|
||||
};
|
||||
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
hydraURL = "http://localhost:54543";
|
||||
notificationSender = "hydra@localhost";
|
||||
buildMachinesFiles = [];
|
||||
useSubstitutes = true;
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 54543 ];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
i18n.inputMethod.enable = lib.mkForce false;
|
||||
networking.hostName = "wallfacer";
|
||||
# services.getty.autologinUser = "osbm";
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue