Skip to content

Gammu smsd

services.gammu-smsd.backend.files.errorSMSPath

Where SMSes with error in transmission is placed Type: path

Default

"/var/spool/sms/error/"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.backend.files.inboxPath

Where the received SMSes are stored Type: path

Default

"/var/spool/sms/inbox/"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.backend.files.outboxPath

Where SMSes to be sent should be placed Type: path

Default

"/var/spool/sms/outbox/"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.backend.files.sentSMSPath

Where the transmitted SMSes are placed Type: path

Default

"/var/spool/sms/sent/"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.backend.service

Service to use to store sms data. Type: one of "null", "files", "sql"

Default

"null"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.backend.sql.database

Database name to store sms data Type: null or string

Default

null

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.backend.sql.driver

DB driver to use Type: one of "native_mysql", "native_pgsql", "odbc", "dbi"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.backend.sql.host

Database server address Type: string

Default

"localhost"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.backend.sql.password

User password used for connection to the database Type: null or string

Default

null

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.backend.sql.sqlDialect

SQL dialect to use (odbc driver only) Type: null or string

Default

null

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.backend.sql.user

User name used for connection to the database Type: null or string

Default

null

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.device.connection

Protocol which will be used to talk to the phone Type: string

Default

"at"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.device.group

Owner group of the device Type: string

Default

"root"

Example

"dialout"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.device.path

Device node or address of the phone Type: path

Example

"/dev/ttyUSB2"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.device.pin

PIN code for the simcard Type: null or string

Default

null

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.device.synchronizeTime

Whether to set time from computer to the phone during starting connection Type: boolean

Default

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.enable

Whether to enable gammu-smsd daemon. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.extraConfig.gammu

Extra config lines to be added into [gammu] section Type: strings concatenated with "\n"

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.extraConfig.smsd

Extra config lines to be added into [smsd] section Type: strings concatenated with "\n"

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.log.file

Path to file where information about communication will be stored Type: string

Default

"syslog"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.log.format

Determines what will be logged to the LogFile Type: one of "nothing", "text", "textall", "textalldate", "errors", "errorsdate", "binary"

Default

"errors"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix

services.gammu-smsd.user

User that has access to the device Type: string

Default

"smsd"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/gammu-smsd.nix