Compare commits

...

2 Commits

Author SHA1 Message Date
raito c459d2a744 epyc: disable buildbot
not used

Signed-off-by: raito <federez-infra@lahfa.xyz>
3 months ago
raito f1692a7287 epyc: re-enable postgresql
Signed-off-by: raito <federez-infra@lahfa.xyz>
3 months ago

@ -36,7 +36,7 @@ let
./modules/network.nix
./modules/zsh.nix
./modules/ssh-cursed.nix
./modules/buildbot
# FIXME: ./modules/buildbot — whenever you are ready.
disko.nixosModules.disko

@ -24,6 +24,7 @@ in
boot.kernelPackages = pkgs.linuxPackages_latest;
# Open public access to our PostgreSQL.
services.postgresql.enable = true;
services.postgresql.enableTCPIP = true;
services.postgresql.authentication = ''
host hydra-nixos-org hydra_ro ::/0 trust

Loading…
Cancel
Save