mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-05-07 09:26:25 +00:00
5 lines
120 B
Nix
5 lines
120 B
Nix
{
|
|
networking.hostName = "ideapad";
|
|
networking.networkmanager.enable = true;
|
|
networking.firewall.enable = false;
|
|
}
|