From 405f7b432924bb6305a0694007c8bc949f5f6de6 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 8 Feb 2024 15:39:51 +0100 Subject: [PATCH] Fix typo --- system/common/remote.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ; }; }