about summary refs log blame commit diff stats
path: root/sys/svcs/postgresql/default.nix
blob: 165be27c3eea474e531c6cf297f71157ca38deca (plain) (tree)
1
2
3
4
5
                         
                  
    
{...}: {
  services.postgresql = {
    enable = true;
  };
}