about summary refs log blame commit diff stats
path: root/sys/svcs/postgresql/default.nix
blob: 09cca2ef7f37a42bd13f29977a0f4655dc3ce345 (plain) (tree)
1
2
3
4
5
                
                         
                                           
    
{config, ...}: {
  services.postgresql = {
    enable = !config.soispha.laptop.enable;
  };
}