Compare commits
No commits in common. "9157a591356ef797dacc67de1ab21e634d5ef0af" and "721e1be1f75c6fc71af31c8fedd82d4dda011bd4" have entirely different histories.
9157a59135
...
721e1be1f7
@ -117,15 +117,7 @@
|
|||||||
systemd.network.networks = {
|
systemd.network.networks = {
|
||||||
"40-bouygues" = {
|
"40-bouygues" = {
|
||||||
dhcpV4Config.RouteMetric = 1;
|
dhcpV4Config.RouteMetric = 1;
|
||||||
dhcpV6Config = {
|
networkConfig.KeepConfiguration = "dhcp-on-stop";
|
||||||
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;
|
"40-enp0s21u2".dhcpV4Config.RouteMetric = 1024;
|
||||||
};
|
};
|
||||||
|
@ -19,10 +19,7 @@
|
|||||||
|
|
||||||
radarr.enable = true;
|
radarr.enable = true;
|
||||||
sonarr.enable = true;
|
sonarr.enable = true;
|
||||||
jackett = {
|
jackett.enable = true;
|
||||||
enable = true;
|
|
||||||
package = inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.jackett;
|
|
||||||
};
|
|
||||||
|
|
||||||
jellyfin = {
|
jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user