diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 9cf6d06..28e111c 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -117,15 +117,7 @@ systemd.network.networks = { "40-bouygues" = { dhcpV4Config.RouteMetric = 1; - dhcpV6Config = { - DUIDRawData = "00:03:00:01:E8:AD:A6:21:73:68"; - WithoutRA = "solicit"; - }; - ipv6AcceptRAConfig.DHCPv6Client = "yes"; - networkConfig = { - KeepConfiguration = "dhcp-on-stop"; - IPv6AcceptRA = "yes"; - }; + networkConfig.KeepConfiguration = "dhcp-on-stop"; }; "40-enp0s21u2".dhcpV4Config.RouteMetric = 1024; }; diff --git a/systems/LoutreOS/medias.nix b/systems/LoutreOS/medias.nix index 96b06ee..07f3f1b 100644 --- a/systems/LoutreOS/medias.nix +++ b/systems/LoutreOS/medias.nix @@ -19,10 +19,7 @@ radarr.enable = true; sonarr.enable = true; - jackett = { - enable = true; - package = inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.jackett; - }; + jackett.enable = true; jellyfin = { enable = true;