all repos — nixfiles @ d3fac894d3e93eb87d9f77b0a8cef20a3a62b62b

System and user configuration, managed by nix and home-manager

prefect: remove postgres configuration
Alan Pearce alan@alanpearce.eu
Sat, 30 Mar 2024 15:14:26 +0100
commit

d3fac894d3e93eb87d9f77b0a8cef20a3a62b62b

parent

4e06494f2540b66ecd581c2328e976ac90f06840

1 files changed, 0 insertions(+), 7 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -81,13 +81,6 @@   services.xserver = {
     xautolock.enable = pkgs.lib.mkForce false;
   };
-  services.postgresql = {
-    enableTCPIP = true;
-    authentication = ''
-      # TYPE  DATABASE        USER            ADDRESS                 METHOD
-      host    all             all             samenet                 md5
-    '';
-  };
 
   services.openssh = {
     enable = true;