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
result
*.qcow2
.Trash*

View file

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

View file

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