diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-09-25 19:30:24 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-09-25 19:30:24 -0400 |
| commit | be7cd2a93e6f5c24a243f0c305cacd772175e169 (patch) | |
| tree | e074bcfbf8d54f5c6fe068eeeecd70fa88f16310 /modules/compromyse.nix | |
| parent | c6fae40e2c7065782f3dc64dbb94d011358f3330 (diff) | |
update
Diffstat (limited to 'modules/compromyse.nix')
| -rw-r--r-- | modules/compromyse.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/compromyse.nix b/modules/compromyse.nix index c75d93d..e8484c8 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -2,7 +2,7 @@ { users.users.compromyse = { - hashedPassword = "$y$j9T$QfsPs3aK5iQOzctkQglAp1$00VuaoJthM6hNxnoMsx58CbI3rsFDem5xtsKqPRfy4C"; + hashedPassword = "$y$j9T$sLByWUVQIl0D6AzHKpVat/$VAsX7YK1NCy2H4XxhVTKdkhWXHuzdMMHq6tC4liH879"; isNormalUser = true; # openssh.authorizedKeys.keys = []; extraGroups = [ "wheel" "video" "storage" "input" "plugdev" "libvirtd" "docker" "kvm" "lp" ]; |
