10 lines
113 B
Nix
10 lines
113 B
Nix
{
|
|
hostName,
|
|
...
|
|
}:
|
|
{
|
|
networking = {
|
|
hostName = "${hostName}";
|
|
networkmanager.enable = true;
|
|
};
|
|
}
|