summaryrefslogtreecommitdiff
path: root/hosts/tomato
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-08-17 19:40:48 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-08-17 19:40:48 -0500
commit8607beffe4b124fef87734817774186919cb53fd (patch)
treea06f904eb90be244e1637bd75c69a75600b9f343 /hosts/tomato
parent0a0d143dae9106190bd11adeed2c2c3ed2df935f (diff)
downloadnixos-config-8607beffe4b124fef87734817774186919cb53fd.tar.gz
nixos-config-8607beffe4b124fef87734817774186919cb53fd.zip
hosts/tomato: Enable Waydroid
Diffstat (limited to 'hosts/tomato')
-rw-r--r--hosts/tomato/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix
index 16c5ac5..677de55 100644
--- a/hosts/tomato/default.nix
+++ b/hosts/tomato/default.nix
@@ -28,6 +28,8 @@
services.joycond.enable = true;
+ services.waydroid.enable = true;
+
this.hosts = {
lan.home = true;
mine = true;