Systemd boot limit > grub boot limit (queen)

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

View file

@ -177,7 +177,7 @@
networking.hostName = "queen";
boot.loader.grub.enable = true;
boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.grub.configurationLimit = 3;
boot.loader.efi.canTouchEfiVariables = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion

View file

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