From fa46df6ba62d3cb7565bd0fb52855365f304a8e2 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Wed, 3 Jan 2024 15:12:05 -0400 Subject: [PATCH] Add initial password to user --- modules/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.nix b/modules/system.nix index ccba61b..3c15e5b 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -36,6 +36,7 @@ isNormalUser = true; description = "panotaka"; extraGroups = ["networkmanager" "wheel" "libvirtd"]; + initialPassword = "panotaka"; shell = pkgs.fish; openssh.authorizedKeys.keys = [ ];