6 lines
90 B
Nix
6 lines
90 B
Nix
{ ... }: {
|
|
networking.hostName = "nixos";
|
|
networking.networkmanager.enable = true;
|
|
}
|
|
|