From fb5f013618aeeb8300babe60fd7c0d53d61cc037 Mon Sep 17 00:00:00 2001 From: mehbark Date: Mon, 14 Aug 2023 08:38:09 -0400 Subject: [PATCH] add hashed password --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 8dedc37..061d418 100644 --- a/configuration.nix +++ b/configuration.nix @@ -87,10 +87,12 @@ # services.xserver.libinput.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. + users.mutableUsers = false; users.users.mbk = { isNormalUser = true; description = "mehbark"; extraGroups = [ "networkmanager" "wheel" ]; + hashedPassword = "$6$AgDjrnyBPBpfMpB1$NxjyeU/WxsOXrY7KpnJethtGz28LO.hNARG5J8adIoxDFkBVG/H9wJEiG0A09E7JgguoPxFWmwYIBQLTbknVv1"; }; virtualisation.vmVariant = {