Update from updated-inputs-2024-09-24-01-03
This commit is contained in:
commit
67ae5b60b4
@ -288,11 +288,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726755586,
|
"lastModified": 1726937504,
|
||||||
"narHash": "sha256-PmUr/2GQGvFTIJ6/Tvsins7Q43KTMvMFhvG6oaYK+Wk=",
|
"narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c04d5652cfa9742b1d519688f65d1bbccea9eb7e",
|
"rev": "9357f4f23713673f310988025d9dc261c20e70c6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -54,31 +54,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
clerie.firewall.extraForwardMangleCommands = ''
|
clerie.firewall.extraForwardMangleCommands = ''
|
||||||
ip46tables -t mangle -A forward-mangle -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1416
|
ip46tables -t mangle -A forward-mangle -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
|
||||||
'';
|
'';
|
||||||
|
|
||||||
networking.dhcpcd-prefixdelegation = {
|
|
||||||
enable = true;
|
|
||||||
interfaces = {
|
|
||||||
"ppp-dtagdsl" = {
|
|
||||||
iaid = 1;
|
|
||||||
interfaces = {
|
|
||||||
"net-heimnetz" = {
|
|
||||||
sla_id = 201;
|
|
||||||
prefix_len = 64;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.etc."ppp/ipv6-up" = {
|
|
||||||
text = ''
|
|
||||||
#!${pkgs.runtimeShell}
|
|
||||||
|
|
||||||
set -euo pipefail
|
|
||||||
|
|
||||||
${pkgs.dhcpcd}/bin/dhcpcd --renew $1
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user