nixos/gdm: fix description typo

This commit is contained in:
Bjørn Forsman 2015-09-03 22:11:25 +02:00
parent 4af33f24ac
commit 833b4c34c2

View File

@ -35,7 +35,7 @@ in
type = types.bool; type = types.bool;
default = false; default = false;
description = '' description = ''
Automatically log in as the sepecified <option>auto.user</option>. Automatically log in as the sepecified <option>autoLogin.user</option>.
''; '';
}; };