summaryrefslogtreecommitdiff
path: root/system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'system.scm')
-rw-r--r--system.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/system.scm b/system.scm
index 637f04a..916b834 100644
--- a/system.scm
+++ b/system.scm
@@ -65,12 +65,7 @@
(guix-service-type config =>
(guix-configuration
(inherit config)
- (extra-options '("--max-jobs=4" "--cores=4"))))
- (mingetty-service-type config =>
- (mingetty-configuration
- (inherit config)
- ;; Automatically log in as "guest".
- (auto-login "mitch"))))
+ (extra-options '("--max-jobs=4" "--cores=4")))))
(list
(service elogind-service-type)