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