summary refs log tree commit diff
path: root/modules/environments/nethost-Rory-desktop.nix
blob: 5bd53b116b1ac22a1e3db0f6696aab0812f07a4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  config,
  pkgs,
  lib,
  ...
}:

{
  networking.hosts = {
    "192.168.0.3" = [ "Rory-desktop.local" "nix-bincache.Rory-desktop.local" ];
  };
}