Skip to content

Commit

Permalink
mainuser: avoid using passwd file
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Dec 26, 2024
1 parent b967b30 commit c653616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/users/mainuser.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
sshPubKeys = import ./ssh-pubkeys.nix;
in
sshPubKeys.authorizedKeys_enno;
hashedPasswordFile = "/nix/secrets/mainUser.passwd";
# hashedPasswordFile = "/nix/secrets/mainUser.passwd";
} // lib.optionalAttrs config.programs.fish.enable { shell = pkgs.fish; };
};
}

0 comments on commit c653616

Please sign in to comment.