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