diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-17 19:44:03 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-17 19:44:03 -0500 |
commit | da7850ef6d998f246ddae4fb840e1774ba10ed91 (patch) | |
tree | 3c28d8f08a4b60f8e212a93e7e2af86835d989e9 | |
parent | 0a2c7bdb386b2a195f0dbbe8163e8bea8a3ad5ad (diff) | |
download | nixos-config-da7850ef6d998f246ddae4fb840e1774ba10ed91.tar.gz nixos-config-da7850ef6d998f246ddae4fb840e1774ba10ed91.zip |
Fix previous commit
-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 8ebcb09..16eca13 100644 --- a/hosts/tomato/default.nix +++ b/hosts/tomato/default.nix @@ -28,7 +28,7 @@ services.joycond.enable = true; - virtualization.waydroid.enable = true; + virtualisation.waydroid.enable = true; this.hosts = { lan.home = true; |