Skip to content

Commit

Permalink
remove postgresql12 role
Browse files Browse the repository at this point in the history
postgresql12 is EOL as of 2024-11-14.
  • Loading branch information
Philipp Neumann committed Nov 17, 2024
1 parent cf3dd4b commit 2f46f7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nixos/roles/postgresql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ in

in {
flyingcircus.roles = {
postgresql12 = mkRole "12";
postgresql13 = mkRole "13";
postgresql14 = mkRole "14";
postgresql15 = mkRole "15";
Expand All @@ -26,7 +25,6 @@ in
config =
let
pgroles = with config.flyingcircus.roles; {
"12" = postgresql12.enable;
"13" = postgresql13.enable;
"14" = postgresql14.enable;
"15" = postgresql15.enable;
Expand Down

0 comments on commit 2f46f7a

Please sign in to comment.