diff --git a/modules/user.nix b/modules/user.nix index f925146..2034062 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -28,6 +28,7 @@ lib.my.makeSwitch { shell = pkgs.zsh; extraGroups = [ username + "wheel" ]; hashedPasswordFile = lib.mkDefault config.sops.secrets.imxyy-nix-hashed-password.path; };