Compare commits

...

2 commits

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

Signed-off-by: raito <federez-infra@lahfa.xyz>
2024-02-12 19:08:12 +01:00
raito
f1692a7287 epyc: re-enable postgresql
Signed-off-by: raito <federez-infra@lahfa.xyz>
2024-02-12 19:07:59 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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