diff options
| author | Max Audron <audron@cocaine.farm> | 2025-07-31 15:33:56 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-07-31 15:33:56 +0200 |
| commit | c487d1c96d791c0ce8e5e5ab98de826fafb892c1 (patch) | |
| tree | 043a530b0ff44a64f89b0cbed0ec259df4650d1b /modules/common | |
| parent | add more monitoring exporters and scrapers (diff) | |
update to nixos 25.05
Diffstat (limited to 'modules/common')
| -rw-r--r-- | modules/common/networking.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common/networking.nix b/modules/common/networking.nix index 009610a..9829672 100644 --- a/modules/common/networking.nix +++ b/modules/common/networking.nix @@ -7,6 +7,7 @@ tempAddresses = "disabled"; interfaces.eth0.useDHCP = true; nameservers = [ "1.1.1.1" "8.8.8.8" ]; + search = [ "wg.vapor.systems" ]; dhcpcd.extraConfig = '' nohook resolv.conf |
