diff options
-rw-r--r-- | system-configuration.scm | 5 |
1 files 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 |