From e9535a98598d6a5c727cf3772feb45a04c1b2981 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 5 Jun 2026 11:20:37 +0900 Subject: [PATCH] xps16: remove deprecated `programs.adb` option --- hosts/xps16/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/xps16/configuration.nix b/hosts/xps16/configuration.nix index 547f169..5489676 100644 --- a/hosts/xps16/configuration.nix +++ b/hosts/xps16/configuration.nix @@ -22,8 +22,6 @@ ./testconfig.nix ]; - programs.adb.enable = true; - sops.age.keyFile = "/var/lib/sops/age-key.txt"; system.stateVersion = "24.11";