ops/nixos/common: set search domains
This commit is contained in:
parent
0d9d3b65be
commit
4c78164384
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ in
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
networking.hosts = depot.ops.nixos.tailscaleIPs;
|
networking.hosts = depot.ops.nixos.tailscaleIPs;
|
||||||
|
networking.search = mkDefault [
|
||||||
|
"int.as205479.net"
|
||||||
|
"as205479.net"
|
||||||
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
nixPath = [ "depot=/home/lukegb/depot/" "nixpkgs=/home/lukegb/depot/third_party/nixpkgs/" ];
|
nixPath = [ "depot=/home/lukegb/depot/" "nixpkgs=/home/lukegb/depot/third_party/nixpkgs/" ];
|
||||||
|
|
Loading…
Reference in a new issue