From 2c1fd65da914e536659406df827ceb3d41a89ae1 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sun, 1 Jan 2017 11:41:59 +0300 Subject: [PATCH] fixup! feat: postgres --- host/Senko/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host/Senko/configuration.nix b/host/Senko/configuration.nix index a9e5ed4..6680d34 100644 --- a/host/Senko/configuration.nix +++ b/host/Senko/configuration.nix @@ -24,4 +24,6 @@ hardware.bluetooth.enable = true; host.laptop = true; + + environment.systemPackages = [ pkgs.dbgate ]; }