From 59bd16db234dc6f1cf651dfe00e9b685be6c1e1b Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Sun, 15 Oct 2023 21:36:58 +0200 Subject: [PATCH] Change homeage installation type to "activation" on nix-on-droid --- home/roles/mobile/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/roles/mobile/default.nix b/home/roles/mobile/default.nix index 6431ce46..51764c74 100644 --- a/home/roles/mobile/default.nix +++ b/home/roles/mobile/default.nix @@ -24,6 +24,8 @@ in inherit username; }; + homeage.installationType = "activation"; + custom = { base.nix-on-droid.enable = true;