diff options
author | Soispha <soispha@vhack.eu> | 2023-11-27 08:43:16 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-11-27 08:43:16 +0100 |
commit | 3f2f515ca07e4f2cba168dc15926e785541547ec (patch) | |
tree | 2837a88baa74f547507983cd8b5fe6979267d487 /sys/svcs/postgresql | |
parent | fix(hm/conf/firefox/policies): Use correct attr name (diff) | |
download | nixos-config-3f2f515ca07e4f2cba168dc15926e785541547ec.tar.gz nixos-config-3f2f515ca07e4f2cba168dc15926e785541547ec.zip |
feat(sys/srvs/postgresql): Re-enable
Diffstat (limited to 'sys/svcs/postgresql')
-rw-r--r-- | sys/svcs/postgresql/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svcs/postgresql/default.nix b/sys/svcs/postgresql/default.nix index 4fc26034..165be27c 100644 --- a/sys/svcs/postgresql/default.nix +++ b/sys/svcs/postgresql/default.nix @@ -1,5 +1,5 @@ {...}: { services.postgresql = { - enable = false; + enable = true; }; } |