From 737b74c58de0712973f81c91aa07748c02deef70 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 24 Jan 2026 10:55:16 -0800 Subject: adding a new VM for testing Re-key all the secrets. --- profiles/users/admin-user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/users/admin-user.nix') diff --git a/profiles/users/admin-user.nix b/profiles/users/admin-user.nix index 2e33603..8624fb4 100644 --- a/profiles/users/admin-user.nix +++ b/profiles/users/admin-user.nix @@ -10,7 +10,7 @@ inherit (adminUser) uid; shell = pkgs.fish; isNormalUser = true; - hashedPassword = "$y$j9T$U3mXpCzXC1VUp8wV5snJz/$32vTk0KwVXvP/jLO13nMlGPHy0nCe4ZtebdvqU4hwmD"; + hashedPassword = "$y$j9T$TbnCB1V7n6W9C32LEroix1$P.OvRgLlhSbwFvR6ADE43Gc5Hc0ezxXMETS/DjIeXC8"; openssh.authorizedKeys.keys = pkgs.lib.attrValues adminUser.userinfo.sshPublicKeys; extraGroups = [ "wheel" -- cgit v1.2.3