8 lines
No EOL
117 B
Nix
Executable file
8 lines
No EOL
117 B
Nix
Executable file
{ hostName, config, ... }:
|
|
|
|
{
|
|
networking = {
|
|
networkmanager.enable = true;
|
|
hostName = "${hostName}";
|
|
};
|
|
} |