From b7dc106f99b455b6502fd5f6d1e51514e9a7e029 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 16:45:03 +0200 Subject: add hashed password --- hosts/vps/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/vps') diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index 2266f7a..ca4802e 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -17,7 +17,7 @@ users.users.administrator = { isNormalUser = true; - password = "admin"; + hashedPassword = "$6$KBblJguEyfEmuWnU$Xf0QqPVacA2qvnzZRpnSE2cmh0kNnMgtVhCrMEDI76buNzuzkuDY6EnO7jPjQlEnoczx6ZPAl2pK.SxezbVa.."; extraGroups = [ "wheel" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPvlkqlvY4+0o7UIGnFnnRw0HeBq5v7wYJ3kY3teXxxl vps" -- cgit v1.3.1