diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-18 15:36:44 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-18 15:36:44 -0500 |
commit | fa36bcb70c51e7a30e2254db8ec08041b39c34fe (patch) | |
tree | 2f8d41bc99f88cd081331e933b121c80e46e3823 /hosts/radish/default.nix | |
parent | e6dcb6e85a551b71ae089d4d5f1f79e12e7fa711 (diff) | |
download | nixos-config-fa36bcb70c51e7a30e2254db8ec08041b39c34fe.tar.gz nixos-config-fa36bcb70c51e7a30e2254db8ec08041b39c34fe.zip |
hosts/radish: Remove more things unnecessary on Android
Diffstat (limited to 'hosts/radish/default.nix')
-rw-r--r-- | hosts/radish/default.nix | 9 |
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 = { |