Compare commits
2 commits
ed5f2cb13f
...
c459d2a744
Author | SHA1 | Date | |
---|---|---|---|
|
c459d2a744 | ||
|
f1692a7287 |
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue