summary refs log tree commit diff
path: root/nixos/modules/tasks/network-interfaces-systemd.nix
diff options
context:
space:
mode:
authorElias Probst <mail@eliasprobst.eu>2019-10-26 12:58:25 +0200
committerLassulus <github@lassul.us>2019-10-26 13:26:01 +0200
commit8d8c3cadd6f324eaad28aae3149389366f8d218c (patch)
tree9d37834f2c46ecc393f57a34e11321897c6d0786 /nixos/modules/tasks/network-interfaces-systemd.nix
parent3718d271266eb52a6338e7fd27d79c557065bf0e (diff)
downloadnixpkgs-8d8c3cadd6f324eaad28aae3149389366f8d218c.tar
nixpkgs-8d8c3cadd6f324eaad28aae3149389366f8d218c.tar.gz
nixpkgs-8d8c3cadd6f324eaad28aae3149389366f8d218c.tar.bz2
nixpkgs-8d8c3cadd6f324eaad28aae3149389366f8d218c.tar.lz
nixpkgs-8d8c3cadd6f324eaad28aae3149389366f8d218c.tar.xz
nixpkgs-8d8c3cadd6f324eaad28aae3149389366f8d218c.tar.zst
nixpkgs-8d8c3cadd6f324eaad28aae3149389366f8d218c.zip
Fix typo in message (`vswichtes` → `vswitches`)
Diffstat (limited to 'nixos/modules/tasks/network-interfaces-systemd.nix')
-rw-r--r--nixos/modules/tasks/network-interfaces-systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/network-interfaces-systemd.nix b/nixos/modules/tasks/network-interfaces-systemd.nix
index 90ee09c34dd..9ffa1089ee6 100644
--- a/nixos/modules/tasks/network-interfaces-systemd.nix
+++ b/nixos/modules/tasks/network-interfaces-systemd.nix
@@ -31,7 +31,7 @@ in
       message = "networking.defaultGatewayWindowSize is not supported by networkd.";
     } {
       assertion = cfg.vswitches == {};
-      message = "networking.vswichtes are not supported by networkd.";
+      message = "networking.vswitches are not supported by networkd.";
     } {
       assertion = cfg.defaultGateway == null || cfg.defaultGateway.interface == null;
       message = "networking.defaultGateway.interface is not supported by networkd.";