From fb3ff58f88ccc5fcd15b0515df08c24ddad8a05a Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 17 Sep 2023 11:29:38 +0200 Subject: fix(hosts/tiamat): Enable adb bridge for soispha --- hosts/tiamat/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix index 7f2080e3..b7a2e3a4 100644 --- a/hosts/tiamat/default.nix +++ b/hosts/tiamat/default.nix @@ -7,6 +7,10 @@ ]; soispha = { + adb = { + enable = true; + user = "soispha"; + }; services.steam = { enable = true; }; -- cgit 1.4.1