diff --git a/hosts/buildbox/configuration.nix b/hosts/buildbox/configuration.nix index 41c2e6f..a0d61a9 100644 --- a/hosts/buildbox/configuration.nix +++ b/hosts/buildbox/configuration.nix @@ -111,6 +111,7 @@ users.users.rogueking = { isNormalUser = true; description = "rogueking"; + hashedPassword = "$y$j9T$acC7H6j3hHlc9RBftDGvd.$5irPc2XAuYCwDx3lqtcSPEUBY31SGI/ZmcP/t9SbKq0"; extraGroups = ["networkmanager" "wheel" "docker"]; shell = pkgs.zsh; packages = with pkgs; [];