mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
nix flake: update trucksimulator
This commit is contained in:
parent
de4d969a0e
commit
d08a5e1c8e
4 changed files with 8 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
*.swp
|
||||
result
|
||||
*.qcow2
|
||||
.Trash*
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
recommendedProxySettings = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
|
||||
|
||||
virtualHosts."rfive.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue