Doesn't seem to work with a new psql
This commit is contained in:
parent
2ab387229e
commit
5a6435ea86
|
@ -49,5 +49,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# 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
|
noto-fonts-emoji
|
||||||
oh-my-zsh
|
oh-my-zsh
|
||||||
onlyoffice-documentserver
|
onlyoffice-documentserver
|
||||||
postgresql_16
|
postgresql_15
|
||||||
postgresql16Packages.rum
|
postgresql15Packages.rum
|
||||||
python3
|
python3
|
||||||
rsync
|
rsync
|
||||||
rabbitmq-server
|
rabbitmq-server
|
||||||
|
@ -209,5 +209,5 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "unstable";
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
package = pkgs.postgresql_16;
|
package = pkgs.postgresql_15;
|
||||||
|
|
||||||
# Ensure the database, user, and permissions always exist
|
# Ensure the database, user, and permissions always exist
|
||||||
ensureDatabases = ["nextcloud" "onlyoffice" "akkoma"];
|
ensureDatabases = ["nextcloud" "onlyoffice" "akkoma"];
|
||||||
|
|
Loading…
Reference in a new issue