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