Compare commits

..

2 Commits

Author SHA1 Message Date
nyanloutre 9157a59135 jackett version unstable 2022-10-14 14:54:48 +02:00
nyanloutre aba13fd530 essai de configuration de l'IPV6 Bouygues 2022-10-14 14:54:22 +02:00
2 changed files with 13 additions and 2 deletions

View File

@ -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;
};

View File

@ -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;