Compare commits

..

No commits in common. "9157a591356ef797dacc67de1ab21e634d5ef0af" and "721e1be1f75c6fc71af31c8fedd82d4dda011bd4" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View File

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

View File

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