ops/nixos/common: set search domains

This commit is contained in:
Luke Granger-Brown 2021-03-20 15:01:28 +00:00
parent 0d9d3b65be
commit 4c78164384

View file

@ -33,6 +33,10 @@ in
hardware.enableRedistributableFirmware = true;
networking.hosts = depot.ops.nixos.tailscaleIPs;
networking.search = mkDefault [
"int.as205479.net"
"as205479.net"
];
nix = {
nixPath = [ "depot=/home/lukegb/depot/" "nixpkgs=/home/lukegb/depot/third_party/nixpkgs/" ];