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"