about summary refs log tree commit diff
path: root/machines/labnet
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-07-18 19:15:58 +0200
committerProfpatsch <mail@profpatsch.de>2016-07-18 19:15:58 +0200
commit9e9324f3921947d2e342ea15f938a6ea23163171 (patch)
tree85fca5d4f66f9b5fc884953d28eb42e5ddc79586 /machines/labnet
parent4f4c778e424e72d51242dbfadde0a2a806efb68b (diff)
machines/hannswurscht: autologin
Diffstat (limited to 'machines/labnet')
-rw-r--r--machines/labnet/labtops.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix
index bc50bc1e..f814a4ee 100644
--- a/machines/labnet/labtops.nix
+++ b/machines/labnet/labtops.nix
@@ -20,6 +20,7 @@
     nixpkgs.system = "i686-linux";
 
     users.users.openlab.extraGroups = [ "audio" ];
+    services.mingetty.autologinUser = "openlab";
 
     hardware.pulseaudio = {
       enable = true;