Compare commits
No commits in common. "6eec25d2bbe47fbf81d6c02bcc0f1ba8192e4d7c" and "7c1ab12829b55222b65fda2685d304ff8da9276b" have entirely different histories.
6eec25d2bb
...
7c1ab12829
1 changed files with 0 additions and 7 deletions
|
@ -17,13 +17,6 @@ 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