nod: Android integration
This commit is contained in:
parent
af122405fb
commit
d3119db300
2 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,15 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
android-integration = {
|
||||
am.enable = true; # Required for okc
|
||||
termux-open.enable = true;
|
||||
termux-open-url.enable = true;
|
||||
termux-setup-storage.enable = true;
|
||||
termux-reload-settings.enable = true;
|
||||
termux-wake-lock.enable = true;
|
||||
termux-wake-unlock.enable = true;
|
||||
xdg-open.enable = true;
|
||||
};
|
||||
environment.motd = "";
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
|
|
@ -33,6 +33,7 @@ let
|
|||
in
|
||||
{
|
||||
config = {
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
programs.ssh.knownHosts = lib.trivial.pipe vivariumBuilders [
|
||||
(builtins.map (builder: {
|
||||
name = builder.hostName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue