nixos: services: postgres: remove unused container
This commit is contained in:
parent
48beb9f1fe
commit
0745e450b9
1 changed files with 0 additions and 5 deletions
|
|
@ -20,11 +20,6 @@ in
|
||||||
|
|
||||||
# Taken from the manual
|
# Taken from the manual
|
||||||
(lib.mkIf cfg.upgradeScript {
|
(lib.mkIf cfg.upgradeScript {
|
||||||
containers.temp-pg.config.services.postgresql = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.postgresql_13;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
let
|
let
|
||||||
pgCfg = config.services.postgresql;
|
pgCfg = config.services.postgresql;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue