From aba13fd530145213184ddfd50795b2a8615e15e1 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Fri, 14 Oct 2022 14:54:22 +0200 Subject: [PATCH 1/2] essai de configuration de l'IPV6 Bouygues --- systems/LoutreOS/configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 28e111c..9cf6d06 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -117,7 +117,15 @@ systemd.network.networks = { "40-bouygues" = { dhcpV4Config.RouteMetric = 1; - networkConfig.KeepConfiguration = "dhcp-on-stop"; + dhcpV6Config = { + DUIDRawData = "00:03:00:01:E8:AD:A6:21:73:68"; + WithoutRA = "solicit"; + }; + ipv6AcceptRAConfig.DHCPv6Client = "yes"; + networkConfig = { + KeepConfiguration = "dhcp-on-stop"; + IPv6AcceptRA = "yes"; + }; }; "40-enp0s21u2".dhcpV4Config.RouteMetric = 1024; }; From 9157a591356ef797dacc67de1ab21e634d5ef0af Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Fri, 14 Oct 2022 14:54:48 +0200 Subject: [PATCH 2/2] jackett version unstable --- systems/LoutreOS/medias.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systems/LoutreOS/medias.nix b/systems/LoutreOS/medias.nix index 07f3f1b..96b06ee 100644 --- a/systems/LoutreOS/medias.nix +++ b/systems/LoutreOS/medias.nix @@ -19,7 +19,10 @@ radarr.enable = true; sonarr.enable = true; - jackett.enable = true; + jackett = { + enable = true; + package = inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.jackett; + }; jellyfin = { enable = true;