Skip to content
Snippets Groups Projects
Commit 5547ae69 authored by Florian Sesser's avatar Florian Sesser
Browse files

Remove redundant ssh config lines

parent b65ab2f8
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ import ../../lib/make-grid.nix {
inherit sshUsers;
hardware = import ./virtual-hardware.nix ({ inherit publicIPv4; });
stateVersion = "19.03";
services.openssh.permitRootLogin = "yes";
} // cfg);
"storage1" = import ../../lib/make-testing.nix (rec {
......@@ -21,7 +20,6 @@ import ../../lib/make-grid.nix {
inherit sshUsers;
hardware = import ./virtual-hardware.nix ({ inherit publicIPv4; });
stateVersion = "19.09";
services.openssh.permitRootLogin = "yes";
} // cfg);
"storage2" = import ../../lib/make-testing.nix (rec {
......@@ -29,7 +27,6 @@ import ../../lib/make-grid.nix {
inherit sshUsers;
hardware = import ./virtual-hardware.nix ({ inherit publicIPv4; });
stateVersion = "19.09";
services.openssh.permitRootLogin = "yes";
} // cfg);
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment