Use lightdm over gdm, for future web-greeter prettiness

This commit is contained in:
Jake Howard 2017-12-25 22:48:55 +00:00
parent ef163e7a49
commit f4a688db3c
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 10 additions and 0 deletions

View File

@ -64,6 +64,8 @@ node default {
'kodi',
'libinput',
'libinput-gestures',
'lightdm',
'web-greeter-next',
'lxpolkit-git',
'lxrandr',
'minecraft',

View File

@ -60,4 +60,12 @@ class config {
path => '/home/jake/.config/rofi/config',
source => 'puppet:///modules/config/rofi.conf'
}
service { 'gdm':
enable => false
}
-> service { 'lightdm':
enable => true
}
}