diff --git a/machines/oracles/configuration.nix b/machines/oracles/configuration.nix index 27f30bd..148d6d7 100644 --- a/machines/oracles/configuration.nix +++ b/machines/oracles/configuration.nix @@ -68,8 +68,6 @@ virtualization = { docker = true; }; }; }; - # Set postgres version - services.postgresql.package = pkgs.postgresql_15; # Configure bootloader boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;