mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat: enable termux related functionality
This commit is contained in:
@ -10,6 +10,13 @@
|
|||||||
../../modules/droid/sshd.nix
|
../../modules/droid/sshd.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
android-integration.am.enable = true;
|
||||||
|
android-integration.termux-open-url.enable = true;
|
||||||
|
android-integration.xdg-open.enable = true;
|
||||||
|
android-integration.termux-setup-storage.enable = true;
|
||||||
|
|
||||||
|
time.timeZone = "Asia/Kolkata";
|
||||||
|
|
||||||
tux.services.openssh = {
|
tux.services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = [8022];
|
ports = [8022];
|
||||||
|
Reference in New Issue
Block a user