diff --git a/hosts/testbox/default.nix b/hosts/testbox/default.nix index f520bf5..5c82126 100644 --- a/hosts/testbox/default.nix +++ b/hosts/testbox/default.nix @@ -2,7 +2,7 @@ { sconfig.gnome = true; sconfig.desktop.enable = true; - services.getty.autologinUser = "root"; + users.users.sean.password = "sean"; system.stateVersion = "99.99"; virtualisation.memorySize = 4096;