Doesn't seem to work with a new psql
This commit is contained in:
parent
179cb2fb52
commit
c516a31675
|
@ -49,5 +49,5 @@
|
|||
};
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "23.05";
|
||||
}
|
||||
|
|
|
@ -108,8 +108,8 @@
|
|||
noto-fonts-emoji
|
||||
oh-my-zsh
|
||||
onlyoffice-documentserver
|
||||
postgresql_16
|
||||
postgresql16Packages.rum
|
||||
postgresql_15
|
||||
postgresql15Packages.rum
|
||||
python3
|
||||
rsync
|
||||
rabbitmq-server
|
||||
|
@ -209,5 +209,5 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
system.stateVersion = "23.05";
|
||||
system.stateVersion = "unstable";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue