From 0c081ffc032534dd9c46a0f13d479809716b4d22 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 4 Sep 2023 13:03:46 -0400 Subject: [PATCH] testbox: change default password --- hosts/testbox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;