This commit is contained in:
NullBite 2024-02-08 15:39:51 +01:00
parent 8146099eb6
commit 405f7b4329
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

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