summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-03-30 15:14:26 +0100
committerAlan Pearce2024-03-30 15:14:26 +0100
commitd3fac894d3e93eb87d9f77b0a8cef20a3a62b62b (patch)
tree9482c20796a584548d6284f1bf1064110247e3e2 /system/prefect.nix
parent4e06494f2540b66ecd581c2328e976ac90f06840 (diff)
downloadnixfiles-d3fac894d3e93eb87d9f77b0a8cef20a3a62b62b.tar.lz
nixfiles-d3fac894d3e93eb87d9f77b0a8cef20a3a62b62b.tar.zst
nixfiles-d3fac894d3e93eb87d9f77b0a8cef20a3a62b62b.zip
prefect: remove postgres configuration
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;