From 81f081c145b4c348a07874f6b97d0f517e8b19fc Mon Sep 17 00:00:00 2001 From: delta Date: Sun, 11 Aug 2024 03:24:38 +0300 Subject: [PATCH] nopass on new pc --- hosts/prtapc/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/prtapc/system.nix b/hosts/prtapc/system.nix index 7efd486..ebbe594 100644 --- a/hosts/prtapc/system.nix +++ b/hosts/prtapc/system.nix @@ -46,7 +46,7 @@ users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGGL2UD0frl9F2OPBiPlSQqxDsuACbAVgwH24F0KT14L delta@dlaptop" ]; - users.users.root.hashedPassword = "$6$2XM/w7WzUFYW8nO3$M8mX63YzQSuFGh/WHBrPqL91RC91n0ZFNobSHX1qcEe1GWPsFPcVxrJ9hjyz8M8F1uXKb6d1PS0kv8M1P9Rxo1"; + users.users.root.hashedPassword = ""; # nopass on first boot users.users.delta = { uid = 1000; isNormalUser = true;