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
|
||||
(lib.mkIf cfg.upgradeScript {
|
||||
containers.temp-pg.config.services.postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_13;
|
||||
};
|
||||
|
||||
environment.systemPackages =
|
||||
let
|
||||
pgCfg = config.services.postgresql;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue