add pwgen-secure to base system configuration
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M system/settings/programs/base.nix → system/settings/programs/base.nix
@@ -3,6 +3,7 @@ environment.systemPackages = with pkgs; [ brotli lzop zstd + pwgen-secure ] ++ (lib.optionals (stdenv.isLinux) [ psmisc ]);