Compare commits
2 commits
7c1ab12829
...
6eec25d2bb
Author | SHA1 | Date | |
---|---|---|---|
|
6eec25d2bb | ||
|
69aac159fa |
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@ in
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Open public access to our PostgreSQL.
|
||||
services.postgresql.enableTCPIP = true;
|
||||
services.postgresql.authentication = ''
|
||||
host hydra-nixos-org hydra_ro ::/0 trust
|
||||
'';
|
||||
networking.firewall.allowedTCPPorts = [ 5432 ];
|
||||
|
||||
virtualisation.nvisor.vms = {
|
||||
vm01 = {
|
||||
config = { pkgs, ... }: {
|
||||
|
|
Reference in a new issue