summaryrefslogtreecommitdiff
path: root/examples/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nixos')
-rw-r--r--examples/nixos/flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/nixos/flake.nix b/examples/nixos/flake.nix
index 78bc39a..9bab354 100644
--- a/examples/nixos/flake.nix
+++ b/examples/nixos/flake.nix
@@ -41,6 +41,7 @@
extraGroups = [ "wheel" ];
initialPassword = "sesame";
};
+ services.getty.autologinUser = "stefan";
system.stateVersion = "26.05";
# Dummy values to avoid failed assertions during `nix flake check`.
Generated by cgit. See skreutz.com for my tech blog and contact information.