Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created October 25, 2016 15:12
Show Gist options
  • Save cleverca22/e767f7027a5aa55d3770db9f9a737a3f to your computer and use it in GitHub Desktop.
Save cleverca22/e767f7027a5aa55d3770db9f9a737a3f to your computer and use it in GitHub Desktop.
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