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"; }; };