mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
tests/infrastructure: Minor formatting fix
This commit is contained in:
parent
27dac4fa79
commit
a56adf1ca9
1 changed files with 8 additions and 10 deletions
|
|
@ -83,8 +83,7 @@
|
||||||
client1 =
|
client1 =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
custom = {
|
custom.networking = {
|
||||||
networking = {
|
|
||||||
overlay = {
|
overlay = {
|
||||||
address = "10.254.250.3";
|
address = "10.254.250.3";
|
||||||
role = "client";
|
role = "client";
|
||||||
|
|
@ -94,7 +93,6 @@
|
||||||
cidr = "192.168.0.3/16";
|
cidr = "192.168.0.3/16";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.openssh ];
|
environment.systemPackages = [ pkgs.openssh ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue