diff --git a/configurations.nix b/configurations.nix index f14c0a0..6645be4 100644 --- a/configurations.nix +++ b/configurations.nix @@ -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 diff --git a/hosts/epyc.nix b/hosts/epyc.nix index 1c79bf2..8389142 100644 --- a/hosts/epyc.nix +++ b/hosts/epyc.nix @@ -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