summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/services/networking/nebula.nix2
-rw-r--r--nixos/tests/nebula.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/nebula.nix b/nixos/modules/services/networking/nebula.nix
index b4ae91e19d0..db6c42868d5 100644
--- a/nixos/modules/services/networking/nebula.nix
+++ b/nixos/modules/services/networking/nebula.nix
@@ -209,4 +209,4 @@ in
         ${nameToId netName} = {};
       }) cfg.networks);
   };
-}
\ No newline at end of file
+}
diff --git a/nixos/tests/nebula.nix b/nixos/tests/nebula.nix
index c7d71c00f81..b341017295e 100644
--- a/nixos/tests/nebula.nix
+++ b/nixos/tests/nebula.nix
@@ -193,4 +193,4 @@ in
     node2.succeed("ping -c3 10.0.100.4")
     node4.succeed("ping -c3 10.0.100.2")
   '';
-})
\ No newline at end of file
+})