summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 66e1169d..f26c08a0 100644
--- a/system/prefect.nix
+++ b/system/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;