summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-09-18 15:36:44 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-09-18 15:36:44 -0500
commitfa36bcb70c51e7a30e2254db8ec08041b39c34fe (patch)
tree2f8d41bc99f88cd081331e933b121c80e46e3823
parente6dcb6e85a551b71ae089d4d5f1f79e12e7fa711 (diff)
downloadnixos-config-fa36bcb70c51e7a30e2254db8ec08041b39c34fe.tar.gz
nixos-config-fa36bcb70c51e7a30e2254db8ec08041b39c34fe.zip
hosts/radish: Remove more things unnecessary on Android
-rw-r--r--hosts/radish/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/radish/default.nix b/hosts/radish/default.nix
index 9a60764..095507f 100644
--- a/hosts/radish/default.nix
+++ b/hosts/radish/default.nix
@@ -12,6 +12,15 @@
this.locales.default = "us";
this.locales.dictionaries.enable = true;
+ networking.firewall.enable = false;
+ networking.useDHCP = false;
+ xdg = {
+ autostart.enable = mkDefault false;
+ icons.enable = mkDefault false;
+ mime.enable = mkDefault false;
+ sounds.enable = mkDefault false;
+ };
+
this.buildMachines = ["pinto"];
this.hosts = {