wire is a tool to deploy nixos systems wire.forall.systems/
nix nixos
0

Configure Feed

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

wire / typos.toml
475 B 25 lines
1#:schema https://raw.githubusercontent.com/crate-ci/typos/master/config.schema.json 2[files] 3extend-exclude = ["COPYING"] 4 5[default] 6locale = "en-au" 7 8[type.nix] 9# nixpkgs 10extend-ignore-re = ["authorizedKeys", "sanitizeDerivationName"] 11 12[type.md] 13extend-ignore-re = ["authorizedKeys", "Initialized empty Git"] 14 15[type.rust.extend-words] 16# serde 17serialize = "serialize" 18 19[type.yaml.extend-words] 20# github 21labeler = "labeler" 22 23[type.ts.extend-words] 24# vite 25optimize = "optimize"