environment.freetds

NixOS option

Configure freetds database entries. Each attribute denotes a section within freetds.conf, and the value (a string) is the config content for that section. When at least one entry is configured the global environment variables FREETDSCONF, FREETDS and SYBASE will be configured to allow the programs that use freetds to find the library and config.

type: attribute set of string
Default
{ }
Example
{ MYDATABASE = ''
    host = 10.0.2.100
    port = 1433
    tds version = 7.2
  '';
}
declared in: nixos/modules/programs/freetds.nixView source on NixOS/nixpkgs →