Created
October 25, 2016 15:12
-
-
Save cleverca22/e767f7027a5aa55d3770db9f9a737a3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with import <nixpkgs/nixos> { | |
configuration = { pkgs, ... }: { | |
services.postgresql.enable = true; | |
services.postgresql.package = pkgs.postgresql92; | |
}; | |
}; | |
config.systemd.services.postgresql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment