diff --git a/hosts/wallfacer/configuration.nix b/hosts/wallfacer/configuration.nix index 9c059d9..84235cb 100644 --- a/hosts/wallfacer/configuration.nix +++ b/hosts/wallfacer/configuration.nix @@ -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"; }