From 8a4401fb91b3fe9df4b3f0760eaf55708eba69fb Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 11 Nov 2017 08:48:35 +0100 Subject: [PATCH] archachatina: unstable nix, postgres --- archachatina.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/archachatina.nix b/archachatina.nix index f4b5461..09e6417 100644 --- a/archachatina.nix +++ b/archachatina.nix @@ -44,6 +44,8 @@ uvccapture ]; + # programs.ratbag.enable = true; + services.thermald.enable = true; virtualisation.docker.enable = true; @@ -92,4 +94,11 @@ services.transmission.enable = true; + nix.package = pkgs.nixUnstable; + + services.postgresql = { + enable = true; + extraPlugins = [ pkgs.postgis.v_2_4_0 ]; + }; + }