diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-09 13:09:35 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-09 13:09:35 +0200 |
| commit | da4c0dea556b3aa64b4439ff5e91c93d170a4f8e (patch) | |
| tree | 21355d0a7be2c55f62631e996a8f8d672949f67a | |
| parent | 2a07311858bd81c620049c3856d623850336ff57 (diff) | |
| download | nixos-da4c0dea556b3aa64b4439ff5e91c93d170a4f8e.tar.zst | |
The options for required for online are incorrect
| -rw-r--r-- | home/default.nix | 6 | ||||
| -rw-r--r-- | home/dunst.nix (renamed from home/dunst/default.nix) | 0 | ||||
| -rw-r--r-- | home/hyprland.nix (renamed from home/hyprland/default.nix) | 0 | ||||
| -rw-r--r-- | hosts/kataja/default.nix | 3 | ||||
| -rw-r--r-- | hosts/pihlaja/default.nix | 2 |
5 files changed, 3 insertions, 8 deletions
diff --git a/home/default.nix b/home/default.nix index 6c5ab3d..ed7e5ae 100644 --- a/home/default.nix +++ b/home/default.nix @@ -22,12 +22,12 @@ in ./chawan.nix ./chromium.nix ./dav - ./dunst + ./dunst.nix ./fastfetch.nix ./firefox ./fish.nix ./git.nix - ./hyprland + ./hyprland.nix ./hyprlock.nix ./mail ./mpv.nix @@ -39,6 +39,7 @@ in ./walker.nix ./wallpapers ./waybar + ./zaread.nix ]; home.file = { @@ -303,7 +304,6 @@ in enableFishIntegration = true; enableNushellIntegration = true; }; - mpd-mpris.enable = true; mpris-proxy.enable = true; mpd = { enable = true; diff --git a/home/dunst/default.nix b/home/dunst.nix index 7eca193..7eca193 100644 --- a/home/dunst/default.nix +++ b/home/dunst.nix diff --git a/home/hyprland/default.nix b/home/hyprland.nix index dcd9999..dcd9999 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland.nix diff --git a/hosts/kataja/default.nix b/hosts/kataja/default.nix index 1a33fb0..840b224 100644 --- a/hosts/kataja/default.nix +++ b/hosts/kataja/default.nix @@ -35,7 +35,6 @@ RouteMetric = 600; UseMTU = true; }; - linkConfig.RequiredForOnline = "no"; }; "11-lan" = { matchConfig = { @@ -58,7 +57,6 @@ RouteMetric = 100; UseMTU = true; }; - linkConfig.RequiredForOnline = "no"; }; "12-lan" = { matchConfig = { @@ -72,7 +70,6 @@ ipv6AcceptRAConfig = { UseMTU = true; }; - linkConfig.RequiredForOnline = "no"; }; }; }; diff --git a/hosts/pihlaja/default.nix b/hosts/pihlaja/default.nix index 2cbcbab..3e49f68 100644 --- a/hosts/pihlaja/default.nix +++ b/hosts/pihlaja/default.nix @@ -94,7 +94,6 @@ ipv6AcceptRAConfig = { UseMTU = true; }; - linkConfig.RequiredForOnline = "no"; }; "11-lan" = { matchConfig.MACAddress = "18:c0:4d:04:cf:e9"; @@ -118,7 +117,6 @@ RouteMetric = 80; UseMTU = true; }; - linkConfig.RequiredForOnline = "yes"; }; }; }; |
