summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/navi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/navi/default.nix b/hosts/navi/default.nix
index 12bf69f..bed73ba 100644
--- a/hosts/navi/default.nix
+++ b/hosts/navi/default.nix
@@ -15,7 +15,7 @@
     ../../mixins/pipewire.nix
     ../../mixins/multimedia.nix
     ../../mixins/syncthing.nix
-    ../../mixins/firefox
+    ../../mixins/firefox/absolute-minimum.nix
   ];
 
   config = {
@@ -50,7 +50,7 @@
     systemd.network.networks."10-wlp1s0" = {
       matchConfig.Name = "wlp1s0";
       networkConfig.DHCP = "yes";
-      dns = [ "127.0.0.1" "::1" ];
+      dns = ["127.0.0.1" "::1"];
       dhcpV4Config = {
         UseDNS = false;
       };