From fca74b28dfad65c46742c8993861551fd28cb113 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 13 Oct 2019 15:14:10 +0200 Subject: Set an initial password for VMs and new installs --- system/settings/configuration/user.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system') diff --git a/system/settings/configuration/user.nix b/system/settings/configuration/user.nix index e7362bce..def1a765 100644 --- a/system/settings/configuration/user.nix +++ b/system/settings/configuration/user.nix @@ -5,6 +5,7 @@ isNormalUser = true; extraGroups = [ "audio" "wheel" "lp" "adbusers" "docker" "nitrokey" "dialout" "networkmanager" ]; shell = "/run/current-system/sw/bin/zsh"; + initialPassword = "password"; home = "/home/alan"; uid = 1000; }; -- cgit 1.4.1