mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
13 lines
198 B
Nix
13 lines
198 B
Nix
_: {
|
|
arch = "x86_64";
|
|
type = "NixOS";
|
|
modules = [
|
|
./nixos.nix
|
|
];
|
|
network.networks = {
|
|
local = {
|
|
macAddress = "64:00:6a:c0:a1:4c";
|
|
address4 = "10.1.1.60";
|
|
};
|
|
};
|
|
}
|