Better flake + sesar
This commit is contained in:
parent
268e53fdf7
commit
ae8bf3bf44
5 changed files with 20 additions and 16 deletions
11
nixos_modules/sesar.nix
Normal file
11
nixos_modules/sesar.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
networking = {
|
||||
hosts = {
|
||||
"datanode1" = [ "172.20.28.210" ];
|
||||
"datanode2" = [ "172.20.28.210" ];
|
||||
"datanode3" = [ "172.20.28.210" ];
|
||||
"*.engine.sesar.int" = [ "172.20.28.210" ];
|
||||
"vcenter.sesar.int" = [ "159.149.147.137" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue