Systemd boot limit > grub boot limit (queen)

This commit is contained in:
Lillian Violet 2023-12-18 22:17:37 +01:00
parent 3981101495
commit 2e39d1ed9b
2 changed files with 2 additions and 2 deletions

View file

@ -177,7 +177,7 @@
networking.hostName = "queen"; networking.hostName = "queen";
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
boot.loader.systemd-boot.configurationLimit = 3; boot.loader.grub.configurationLimit = 3;
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

View file

@ -9,7 +9,7 @@
package = pkgs.postgresql_14; package = pkgs.postgresql_14;
enable = true; enable = true;
# Ensure the database, user, and permissions always exist # Ensure the database, user, and ownership is set
ensureDatabases = [ ensureDatabases = [
"nextcloud" "nextcloud"
"onlyoffice" "onlyoffice"