diff --git a/configurations.nix b/configurations.nix index 6645be4..f14c0a0 100644 --- a/configurations.nix +++ b/configurations.nix @@ -36,7 +36,7 @@ let ./modules/network.nix ./modules/zsh.nix ./modules/ssh-cursed.nix - # FIXME: ./modules/buildbot — whenever you are ready. + ./modules/buildbot disko.nixosModules.disko diff --git a/hosts/epyc.nix b/hosts/epyc.nix index 8389142..1c79bf2 100644 --- a/hosts/epyc.nix +++ b/hosts/epyc.nix @@ -24,7 +24,6 @@ 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