We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e746a8 commit a35bef6Copy full SHA for a35bef6
.typos.toml
@@ -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
@@ -60,7 +60,7 @@ in
60
# we cannot use systemd-networkd-wait-online.
61
systemd.network.wait-online.enable = lib.mkDefault false;
62
63
- # Exclude switch-to-confguration.pl from toplevel.
+ # Exclude switch-to-configuration.pl from toplevel.
64
system = lib.optionalAttrs (options.system ? switch && !canSwitchViaSsh) {
65
switch.enable = lib.mkDefault false;
66
};
0 commit comments