diff --git a/nixos/systems/simhost1/simhost1.nix b/nixos/systems/simhost1/simhost1.nix
index da12b90..219b723 100644
--- a/nixos/systems/simhost1/simhost1.nix
+++ b/nixos/systems/simhost1/simhost1.nix
@@ -19,6 +19,13 @@
 		};
 	};
 
+	services.xserver.displayManager = {
+		autoLogin = {
+			enable = true;
+			user = "fly";
+		};
+	};
+
 	boot.loader.grub.enable = true;
 	# boot.loader.grub.efiSupport = true;
 	boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only