diff --git a/boxes/aristotle/default.nix b/boxes/aristotle/default.nix index 4d5469e..8b38b37 100644 --- a/boxes/aristotle/default.nix +++ b/boxes/aristotle/default.nix @@ -8,6 +8,8 @@ ./hardware-configuration.nix ]; + programs.adb.enable = true; + boot.loader.grub = { enable = true; device = "/dev/nvme0n1"; @@ -40,7 +42,7 @@ users.users.usr = { isNormalUser = true; description = "usr"; - extraGroups = [ "networkmanager" "wheel" "input" ]; + extraGroups = [ "networkmanager" "wheel" "input" "adbusers" ]; }; nixpkgs.config.allowUnfree = true; diff --git a/config/aristotle.nix b/config/aristotle.nix index ee4e5ce..61bfa2c 100644 --- a/config/aristotle.nix +++ b/config/aristotle.nix @@ -68,6 +68,7 @@ ledger gnuplot anki-bin + scrcpy x11vnc # for the remote access functionality