From 93d773ad2c4784730cdc995de03adff0b4b47258 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 21 Aug 2022 23:02:36 +0200 Subject: Add GDM service --- system-configuration.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system-configuration.scm b/system-configuration.scm index 38091a3..21267fc 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -27,6 +27,7 @@ ( list ( service cups-service-type ) ( service openssh-service-type ) + ( service gdm-service-type ) ( service gnome-desktop-service-type ) ( set-xorg-configuration ( xorg-configuration ( keyboard-layout keyboard-layout ) ) ) ) %desktop-services ) ) @@ -41,8 +42,8 @@ ( mapped-device ( source ( uuid "887ac37f-2919-41a0-a62a-e1ff5ea2d6cc" ) ) - ( target "aisaka-root" ) - ( type luks-device-mapping ) ) ) ) + ( target "aisaka-root" ) + ( type luks-device-mapping ) ) ) ) ( file-systems ( cons* ( file-system -- cgit v1.2.3