From f024f7e49ae3a46e2a07a324de252a1eaa67a078 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 19 Oct 2024 16:17:31 -0400 Subject: [PATCH] enable ADB on artemision Signed-off-by: ahuston-0 --- systems/artemision/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/artemision/configuration.nix b/systems/artemision/configuration.nix index 910b165..abbc58c 100644 --- a/systems/artemision/configuration.nix +++ b/systems/artemision/configuration.nix @@ -95,6 +95,8 @@ system.autoUpgrade.enable = false; system.stateVersion = "24.05"; + programs.adb.enable = true; + sops = { defaultSopsFile = ./secrets.yaml; secrets = {