Skip to content

Commit

Permalink
nixos/nebula: Add final newline to module and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaculabilis committed Mar 5, 2021
1 parent 10a6af2 commit 002fe4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/nebula.nix
Expand Up @@ -209,4 +209,4 @@ in
${nameToId netName} = {};
}) cfg.networks);
};
}
}
2 changes: 1 addition & 1 deletion nixos/tests/nebula.nix
Expand Up @@ -193,4 +193,4 @@ in
node2.succeed("ping -c3 10.0.100.4")
node4.succeed("ping -c3 10.0.100.2")
'';
})
})

0 comments on commit 002fe4f

Please sign in to comment.