summaryrefslogtreecommitdiff
path: root/hosts/glados/network.nix
blob: e55a0a2be811024e53e7f436da07371fd35a3929 (plain)
1
2
3
4
5
6
7
8
9
{config, ...}: {
	networking = {
		hostId = "replace_me";
		networkmanager = {
			enable = true;
			dns = "systemd-resolved";
		};
	};
}