From 924ec63ef990252a0adcaeed789c17277ad935e2 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 28 May 2023 20:05:02 -0400 Subject: [PATCH] Switch back --- machines/oracles/configuration.nix | 2 -- 1 file changed, 2 deletions(-) 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;