diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-17 19:42:47 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-17 19:42:47 -0500 |
commit | 0a2c7bdb386b2a195f0dbbe8163e8bea8a3ad5ad (patch) | |
tree | 02d3bb6d2dbe99727cf23961e75983c2b6c3a0ca /hosts/tomato/default.nix | |
parent | 8607beffe4b124fef87734817774186919cb53fd (diff) | |
download | nixos-config-0a2c7bdb386b2a195f0dbbe8163e8bea8a3ad5ad.tar.gz nixos-config-0a2c7bdb386b2a195f0dbbe8163e8bea8a3ad5ad.zip |
Fix previous commit
Diffstat (limited to 'hosts/tomato/default.nix')
-rw-r--r-- | hosts/tomato/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix index 677de55..8ebcb09 100644 --- a/hosts/tomato/default.nix +++ b/hosts/tomato/default.nix @@ -28,7 +28,7 @@ services.joycond.enable = true; - services.waydroid.enable = true; + virtualization.waydroid.enable = true; this.hosts = { lan.home = true; |