about summary refs log tree commit diff
path: root/modules/hardware/networking
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/networking')
-rw-r--r--modules/hardware/networking/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/hardware/networking/default.nix b/modules/hardware/networking/default.nix
index d19388b..fac6c30 100644
--- a/modules/hardware/networking/default.nix
+++ b/modules/hardware/networking/default.nix
@@ -1,6 +1,7 @@
 { config, lib, ... }:
 let cfg = config.my.hardware.networking;
-in {
+in
+{
   options.my.hardware.networking = with lib; {
     wireless = { enable = mkEnableOption "wireless configuration"; };
   };