From 362ed306d4bf42c404516c38e0d40aa22849e39f Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 29 Apr 2024 08:56:45 +0200 Subject: chore: Formatting --- hosts/ahmed/torrenting/wireguard.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hosts/ahmed/torrenting/wireguard.nix') diff --git a/hosts/ahmed/torrenting/wireguard.nix b/hosts/ahmed/torrenting/wireguard.nix index 22d3f9c..af21848 100644 --- a/hosts/ahmed/torrenting/wireguard.nix +++ b/hosts/ahmed/torrenting/wireguard.nix @@ -1,9 +1,5 @@ # This module configures a WireGuard for qBittorrent to use. - -{ - config, - ... -}: let +{config, ...}: let wgInterface = "wg0"; wgPort = 51820; in { -- cgit v1.2.3