services.freeciv.settings.Database

NixOS option

Enable database connection with given configuration.

type: null or string
Default
''
  [fcdb]
    backend="sqlite"
    database="/var/lib/freeciv/auth.sqlite"
''
declared in: nixos/modules/services/games/freeciv.nixView source on NixOS/nixpkgs →