Merge pull request #158153 from witchof0x20/typo

nixos/networking: Typo fix
This commit is contained in:
Bobby Rong
2022-02-05 20:18:19 +08:00
committed by GitHub
+1 -1
View File
@@ -305,7 +305,7 @@ let
enable = mkOption {
type = types.bool;
default = false;
description = "Wether to enable wol on this interface.";
description = "Whether to enable wol on this interface.";
};
};
};