diff options
Diffstat (limited to 'hosts/radish')
-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 = { |