11 lines
166 B
Nix
11 lines
166 B
Nix
{
|
|
networking = {
|
|
hostId = "c7f6c4a1";
|
|
hostName = "dunamis";
|
|
networkmanager = {
|
|
enable = true;
|
|
ethernet.macAddress = "stable";
|
|
};
|
|
};
|
|
}
|