mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
9 lines
143 B
Nix
9 lines
143 B
Nix
{...}: {
|
|
type = "Windows";
|
|
network.networks = {
|
|
local = {
|
|
macAddress = "9c:6b:00:21:1c:e2";
|
|
address4 = null;
|
|
};
|
|
};
|
|
}
|