From 1113ed75c257c52951de0aa96c54fa56f394b828 Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 20 Dec 2025 17:39:43 +0300 Subject: [PATCH] ares dont need this --- hosts/nixos/ares/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/nixos/ares/configuration.nix b/hosts/nixos/ares/configuration.nix index 8eb6fa1..ef5bfa5 100644 --- a/hosts/nixos/ares/configuration.nix +++ b/hosts/nixos/ares/configuration.nix @@ -50,7 +50,5 @@ networkmanager.enable = true; }; - virtualisation.waydroid.enable = true; - system.stateVersion = "26.05"; # changing this is a great taboo of the nixos world }