diff --git a/nixos/postgres.nix b/nixos/postgres.nix index b79e9212..0718a4f1 100644 --- a/nixos/postgres.nix +++ b/nixos/postgres.nix @@ -25,7 +25,7 @@ makeEnable config "modules.postgres" true { # ''; }; services.pgadmin = { - enable = true; + enable = false; initialEmail = "IvanMalison@gmail.com"; initialPasswordFile = (builtins.toFile "password" "This is the content of the file."); };