diff --git a/system/common/remote.nix b/system/common/remote.nix index f3c1008..b941501 100644 --- a/system/common/remote.nix +++ b/system/common/remote.nix @@ -19,5 +19,5 @@ in networking.wireguard.enable = true; }; options = { - nixfiles.common.remoteAccess = lib.mkEnbaleOption "remote access options" ; }; + nixfiles.common.remoteAccess = lib.mkEnableOption "remote access options" ; }; }