From 3e79238aff26c91c5ee7d358f9435656edecaa28 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sun, 27 Oct 2024 02:57:11 +0200 Subject: [PATCH] services.postgres: enable --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index c7a3af3..31eaa74 100644 --- a/configuration.nix +++ b/configuration.nix @@ -101,6 +101,8 @@ in tree_sort_direction=-1 ''; + services.postgresql.enable = true; + # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];