my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: use bot

isabel 372c2308 43689223

+9 -1
+4
.github/workflows/update.yml
··· 33 33 uses: DeterminateSystems/update-flake-lock@c5930b397a673a70ca70be06020e943aeac310a1 # v27 34 34 with: 35 35 token: ${{ secrets.GH_TOKEN_UPDATES }} 36 + git-author-name: bell's bot 37 + git-author-email: bot@isabelroses.com 38 + git-committer-name: bell's bot 39 + git-committer-email: bot@isabelroses.com 36 40 commit-msg: "flake.lock: update all inputs" 37 41 pr-title: "flake.lock: update all inputs" 38 42 branch: update-flake-inputs
+3 -1
.mailmap
··· 4 4 isabel <isabel@isabelroses.com> <71222764+isabelroses@users.noreply.github.com> 5 5 isabel <isabel@isabelroses.com> Isabel <isabel@isabelroses.com> 6 6 7 - robin <comfysage@isabelroses.com> comfysage <67917529+comfysage@users.noreply.github.com> 7 + # remap all CI to one committer. all beacuse i want a pretty pfp for the commits 8 + bell's bot <bot@isabelroses.com> github-actions[bot] <github-actions[bot]@users.noreply.github.com> 9 + bell's bot <bot@isabelroses.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+2
modules/nixos/services/mailserver.nix
··· 172 172 "shush@${rdomain}" 173 173 "stfu" 174 174 "stfu@${rdomain}" 175 + "bot" 176 + "bot@${rdomain}" 175 177 ]; 176 178 hashedPasswordFile = config.sops.secrets.mailserver-spam.path; 177 179 };