add hydra to wallfacer

This commit is contained in:
Osman Faruk Bayram 2025-07-27 02:51:16 +03:00
parent feea5f45b8
commit 0b551af8ef

View file

@ -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";
}