summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2021-05-03 14:46:48 +0200
committerAlan Pearce2021-05-03 14:46:48 +0200
commit51a63e8d903d735346cda3a5092a79b6be15850a (patch)
tree58ae0df96c08e9ac1b6517e051f4b31121222e1b
parent80861cf44181730c4cd465c2c22785e55ee37d50 (diff)
downloadnixfiles-51a63e8d903d735346cda3a5092a79b6be15850a.tar.xz
nixfiles-51a63e8d903d735346cda3a5092a79b6be15850a.zip
satoshipay: remove DNS search domain
-rw-r--r--system/settings/satoshipay.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/settings/satoshipay.nix b/system/settings/satoshipay.nix index 351f3d34..7155902c 100644 --- a/system/settings/satoshipay.nix +++ b/system/settings/satoshipay.nix
@@ -32,6 +32,4 @@ in
32 32
33 nix.gc.dates = "12:30"; 33 nix.gc.dates = "12:30";
34 system.autoUpgrade.dates = "13:05"; 34 system.autoUpgrade.dates = "13:05";
35
36 networking.search = ["satoshipay.io"];
37} 35}