diff options
Diffstat (limited to 'system.scm')
| -rw-r--r-- | system.scm | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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) |
