diff options
author | Linnnus <[email protected]> | 2024-04-29 08:56:45 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-29 08:56:45 +0200 |
commit | 362ed306d4bf42c404516c38e0d40aa22849e39f (patch) | |
tree | 7051a22368d71db4f5b574abd974bee2802ee083 /hosts/ahmed/torrenting/wireguard.nix | |
parent | 6c3c38d9335878d95084cbd9aa4a2d18adb35f28 (diff) |
chore: Formatting
Diffstat (limited to 'hosts/ahmed/torrenting/wireguard.nix')
-rw-r--r-- | hosts/ahmed/torrenting/wireguard.nix | 6 |
1 files changed, 1 insertions, 5 deletions
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 { |