From 6adb2e794cfcafaab6be067d494d4a4ab796cc7b Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 26 Oct 2023 10:32:44 +0200 Subject: [PATCH] pinwheel: Correct misspellning in `go` module enable option --- hosts/pinwheel/modules/go/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/go/default.nix b/hosts/pinwheel/modules/go/default.nix index 3665dd6..5960811 100644 --- a/hosts/pinwheel/modules/go/default.nix +++ b/hosts/pinwheel/modules/go/default.nix @@ -5,7 +5,7 @@ in { options = { mod.go = { - enable = lib.mkEnableOption "enable openpn module"; + enable = lib.mkEnableOption "enable go module"; }; };