summary refs log tree commit diff
path: root/hosts/navi/default.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-08-05 07:26:19 +0300
committertzlil <tzlils@protonmail.com>2023-08-05 07:26:19 +0300
commitb4bc62ec60acca1bb027a27bfa7e5c6335d7983e (patch)
tree2cc2b42504eff6fdaebdbd7da2ea1b5131a003d5 /hosts/navi/default.nix
parent9dfa1c5941ce612d726a1d7dfc7fe169a9cac7df (diff)
really silly firefox thing
Diffstat (limited to 'hosts/navi/default.nix')
-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;
       };