5 lines
92 B
Nix
5 lines
92 B
Nix
{ ... }:
|
|
{
|
|
networking.hostName = "tuserver";
|
|
networking.networkmanager.enable = true;
|
|
}
|