nix flake: update trucksimulator

This commit is contained in:
Rouven Seifert 2023-05-30 17:33:15 +02:00
parent de4d969a0e
commit d08a5e1c8e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.swp *.swp
result result
*.qcow2 *.qcow2
.Trash*

View file

@ -362,11 +362,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1685393793, "lastModified": 1685460727,
"narHash": "sha256-1cr3WVsmN0aAkQeUK+4BOiOynwFtFqBD21G4JlB9l+A=", "narHash": "sha256-fOH+Jz688B5NSlvFacF+8l8BmGJrcVt+3B5hOXFOFQU=",
"owner": "therealr5", "owner": "therealr5",
"repo": "TruckSimulatorBot", "repo": "TruckSimulatorBot",
"rev": "3e2c57c891e21962169066efb84ab6d8042d30b0", "rev": "e80c43ca57fb142998f6429f6145b38bc80f60f0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -7,7 +7,7 @@
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedGzipSettings = true; recommendedGzipSettings = true;
recommendedOptimisation = true; recommendedOptimisation = true;
virtualHosts."rfive.de" = { virtualHosts."rfive.de" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;

View file

@ -46,6 +46,8 @@
linkConfig.RequiredForOnline = false; linkConfig.RequiredForOnline = false;
networkConfig = { networkConfig = {
DHCP = "yes"; DHCP = "yes";
IPv6AcceptRA = "yes";
IPv6PrivacyExtensions = "yes";
}; };
dhcpV4Config = { dhcpV4Config = {
RouteMetric = 10; RouteMetric = 10;
@ -75,7 +77,7 @@
DHCP = "yes"; DHCP = "yes";
IgnoreCarrierLoss = "3s"; IgnoreCarrierLoss = "3s";
IPv6AcceptRA = "yes"; IPv6AcceptRA = "yes";
#IPv6PrefixDelegation = "dhcpv6"; IPv6PrivacyExtensions = "yes";
}; };
dhcpV4Config = { dhcpV4Config = {
RouteMetric = 20; RouteMetric = 20;