diff options
author | makefu <github@syntax-fehler.de> | 2021-03-17 20:04:13 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-03-17 20:04:13 +0100 |
commit | 3c2c66901119ab003f2cab80d0352c0e9f3d4d65 (patch) | |
tree | 5704f51025930448f6a836f666fb3302eb989739 /makefu/2configs/bureautomation/device_tracker/openwrt.nix | |
parent | 4a137b66b5e6f64194c008e2585b97c1c8432d08 (diff) |
ma bureautomation: fix runtime issues
Diffstat (limited to 'makefu/2configs/bureautomation/device_tracker/openwrt.nix')
-rw-r--r-- | makefu/2configs/bureautomation/device_tracker/openwrt.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/2configs/bureautomation/device_tracker/openwrt.nix b/makefu/2configs/bureautomation/device_tracker/openwrt.nix index 6b0144129..b597548ef 100644 --- a/makefu/2configs/bureautomation/device_tracker/openwrt.nix +++ b/makefu/2configs/bureautomation/device_tracker/openwrt.nix @@ -12,7 +12,6 @@ consider_home = 300; # 5 minutes timeout new_device_defaults = { track_new_devices = true; - hide_if_away = false; }; } ]; |