From fa36bcb70c51e7a30e2254db8ec08041b39c34fe Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 18 Sep 2025 15:36:44 -0500 Subject: hosts/radish: Remove more things unnecessary on Android --- hosts/radish/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/radish') 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 = { -- cgit v1.2.3