Compare commits
2 Commits
721e1be1f7
...
9157a59135
Author | SHA1 | Date | |
---|---|---|---|
9157a59135 | |||
aba13fd530 |
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user