mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
refactor(access): network interface config
This commit is contained in:
parent
ee3834d72a
commit
f2fddc1001
42 changed files with 466 additions and 189 deletions
|
|
@ -4,4 +4,19 @@ _: {
|
|||
modules = [
|
||||
./nixos.nix
|
||||
];
|
||||
proxmox = {
|
||||
vm = {
|
||||
id = 201;
|
||||
enable = true;
|
||||
};
|
||||
network.interfaces = {
|
||||
net0 = {
|
||||
mdns.enable = false;
|
||||
name = "ens18";
|
||||
macAddress = "BC:24:11:49:FE:DC";
|
||||
address4 = "10.1.1.42/24";
|
||||
address6 = "auto";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue