nixpkgs/nixos/modules/services
colin ed9998cf2a nixos/lightdm: add greeters.mobile config option
i based this on the neighboring lightdm-greeters/mini.nix module.

lightdm-mobile-greeter doesn't have a lot of configuration options.
it grabs the default user to login as from lightdm, along with which DE
it should launch. so no further configuration should be needed aside
from enabling `services.xserver.displayManager.lightdm.enable` and
either setting `services.xserver.displayManager.defaultSession` to the
appropriate session or explicitly defining a seat like:

```nix
services.xserver.displayManager.lightdm.extraSeatDefaults = ''
  user-session = phosh
'';
```
2022-11-07 05:48:23 -08:00
..
admin pgadmin4: 6.12 -> 6.13 2022-09-22 17:42:20 +02:00
amqp nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
audio nixos/navidrome: set proper SystemCallFilter 2022-10-24 22:21:59 +10:00
backup nixos/btrbk: fix ordering of subsections and refactor 2022-10-24 08:52:25 +08:00
blockchain/ethereum erigon: init module 2022-11-05 06:36:29 -04:00
cluster nixos/kubernetes: use package from config 2022-10-16 12:38:50 +10:00
computing nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
continuous-integration nixos/jenkins-job-builder: better defaults for accessUser/accessTokenFile 2022-10-30 19:01:48 +01:00
databases nixos/influxdb2: set timezone data environment variable 2022-11-06 11:12:42 +11:00
desktops Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
development nixos/*: convert straggler options to MD 2022-08-31 17:27:38 +02:00
display-managers nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
editors nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
finance nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
games nixos/*: convert straggler options to MD 2022-08-31 17:27:38 +02:00
hardware nixos/sane: mention sane-airscan in the extraBackends option 2022-11-05 16:19:04 +01:00
home-automation nixos/home-assistant: update bluetooth components 2022-11-05 13:30:17 +01:00
logging logrotate: add services.logrotate.settings example 2022-11-05 10:34:04 +09:00
mail Merge pull request #189756 from alyssais/mailman-virtualRoot 2022-11-06 12:42:48 +01:00
matrix nixos/mautrix-telegram: fix link to example config 2022-10-30 13:20:16 -04:00
misc Merge pull request #196877 from luochen1990/fix-synergy-server-tls 2022-11-06 17:41:02 +08:00
monitoring Merge pull request #198638 from KFearsoff/fix-node-exporter-netdev-collector 2022-11-06 12:05:09 +01:00
network-filesystems Merge pull request #197104 from Luflosi/kubo-RFC42 2022-10-27 23:48:33 +02:00
networking Merge pull request #186087 from Mic92/consul 2022-11-06 20:32:19 +01:00
printing nixos/printing: add services.printing.stateless option 2022-10-17 22:59:24 +01:00
scheduling treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
search hound, nixos/hound: deduplicate runtime deps 2022-10-23 12:50:24 +10:00
security Merge pull request #197221 from azahi/endlessh-module 2022-11-01 23:44:25 +01:00
system nixos/cloud-init: fix hostname and resolvconf configuration 2022-10-27 08:07:48 +02:00
torrent nixos/*: convert straggler options to MD 2022-08-31 17:27:38 +02:00
tracing nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
ttys nixos/getty: mkdefault for etc/issue 2022-10-05 12:46:23 -04:00
video nixos/*: convert options with admonitions to MD 2022-08-31 16:36:16 +02:00
wayland nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
web-apps alps: fix default smtp port 2022-11-06 16:00:34 -05:00
web-servers nixos/merecat: init 2022-10-31 09:24:28 +01:00
x11 nixos/lightdm: add greeters.mobile config option 2022-11-07 05:48:23 -08:00