diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-09 22:53:53 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-09 22:53:53 +0530 |
| commit | 5587dc4f07576e73a7fabcb527c108d00752cbe7 (patch) | |
| tree | e40639d6049ceca7ec6fa5da9886bae4cae61afc /modules | |
| parent | f4301e2194ede90f6fe3ab70be5e598a6eb5f2e4 (diff) | |
(impermanence): Update 2
Diffstat (limited to 'modules')
| -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 a19b643..779a300 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -2,7 +2,7 @@ { users.users.compromyse = { - initialPassword = "changeme"; + hashedPassword = "$y$j9T$QfsPs3aK5iQOzctkQglAp1$00VuaoJthM6hNxnoMsx58CbI3rsFDem5xtsKqPRfy4C"; isNormalUser = true; # openssh.authorizedKeys.keys = []; extraGroups = [ "wheel" "video" "storage" "input" "plugdev" "libvirtd" "docker" "kvm" ]; |
