mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
7 lines
142 B
Nix
7 lines
142 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
networking.hostName = "nixos";
|
|
networking.networkmanager.enable = true;
|
|
networking.firewall.enable = false;
|
|
}
|