From 2e39d1ed9bc1fdbc42c9686cd0f7487c74e0eac5 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 18 Dec 2023 22:17:37 +0100 Subject: [PATCH] Systemd boot limit > grub boot limit (queen) --- nixos/queen/configuration.nix | 2 +- nixos/queen/postgres.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/queen/configuration.nix b/nixos/queen/configuration.nix index 84f0f16..a7fbf43 100644 --- a/nixos/queen/configuration.nix +++ b/nixos/queen/configuration.nix @@ -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 diff --git a/nixos/queen/postgres.nix b/nixos/queen/postgres.nix index ab8a9e3..de29ee1 100644 --- a/nixos/queen/postgres.nix +++ b/nixos/queen/postgres.nix @@ -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"