Skip to content

Commit

Permalink
nyx: add postgres service
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Sep 28, 2015
1 parent ff5de55 commit 4312569
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions systems/nyx/configuration.nix
Expand Up @@ -49,6 +49,20 @@

environment.pathsToLink = [ "/" ];

services.postgresql = {
enable = true;
#dataDir = "/data/postgresql/data-9.4";
package = pkgs.postgresql94;
extraConfig = ''
track_activities = true
'';
};

environment.systemPackages = with pkgs ; [
pgadmin
];


hardware = {
enableAllFirmware = true;
bluetooth.enable = false;
Expand Down

0 comments on commit 4312569

Please sign in to comment.