diff options
Diffstat (limited to 'updater.lua')
-rw-r--r-- | updater.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/updater.lua b/updater.lua index f861428..31f6a6a 100644 --- a/updater.lua +++ b/updater.lua @@ -43,6 +43,8 @@ elseif hostname == "turris-home" then vpn = true sentinel = true Install("transmission-daemon-openssl") +elseif hostname == "mox-home" then + tools = true elseif hostname:match("^work-") then tools = true end |