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
|
*.swp
|
||||||
result
|
result
|
||||||
*.qcow2
|
*.qcow2
|
||||||
|
.Trash*
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue