mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
test: setting up opencloud and microvms
This commit is contained in:
parent
4b520563d4
commit
0ed3bb9b64
11 changed files with 171 additions and 33 deletions
|
|
@ -18,11 +18,10 @@ in
|
|||
Kind = "bridge";
|
||||
};
|
||||
};
|
||||
|
||||
networks = {
|
||||
"20-lan" = {
|
||||
matchConfig.Name = [
|
||||
"enp10s0"
|
||||
"enp3s0"
|
||||
"vm-*"
|
||||
];
|
||||
networkConfig = {
|
||||
|
|
@ -32,7 +31,7 @@ in
|
|||
"30-br-vms" = {
|
||||
matchConfig.Name = "br-vms";
|
||||
networkConfig = {
|
||||
Address = "192.168.50.240/24";
|
||||
Address = "192.168.50.245/24";
|
||||
Gateway = "192.168.50.1";
|
||||
DNS = [ "192.168.50.1" ];
|
||||
};
|
||||
|
|
@ -40,7 +39,6 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = ceres.name;
|
||||
networkmanager.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue