10 lines
142 B
Nix
10 lines
142 B
Nix
{
|
|
networking = {
|
|
networkmanager.enable = true;
|
|
hostName = "vylxae";
|
|
hosts = {
|
|
"192.168.1.42" = ["dunamis"];
|
|
};
|
|
};
|
|
}
|