Skip to content

Commit a35bef6

Browse files
phip1611astro
authored andcommitted
treewide: init typos + fix
1 parent 1e746a8 commit a35bef6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.typos.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Configuration for https://github.com/crate-ci/typos
2+
3+
[files]
4+
extend-exclude = [
5+
]
6+
7+
[default.extend-words]
8+
9+
10+
[default.extend-identifiers]
11+

nixos-modules/microvm/optimization.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ in
6060
# we cannot use systemd-networkd-wait-online.
6161
systemd.network.wait-online.enable = lib.mkDefault false;
6262

63-
# Exclude switch-to-confguration.pl from toplevel.
63+
# Exclude switch-to-configuration.pl from toplevel.
6464
system = lib.optionalAttrs (options.system ? switch && !canSwitchViaSsh) {
6565
switch.enable = lib.mkDefault false;
6666
};

0 commit comments

Comments
 (0)