10 lines
107 B
Nix
10 lines
107 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
networking = {
|
|
hostName = "Stormwind";
|
|
networkmanager.enable = true;
|
|
};
|
|
}
|
|
|