stuff
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
# the security warning might as well have said "its insecure maybe but there's nothing you can do about it"
|
# the security warning might as well have said "its insecure maybe but there's nothing you can do about it"
|
||||||
# presumably needed by nheko
|
# presumably needed by nheko
|
||||||
nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
|
nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
|
||||||
|
nixpkgs.overlays = [ inputs.self.overlays.default ];
|
||||||
|
|
||||||
console = {
|
console = {
|
||||||
keyMap = lib.mkDefault "us";
|
keyMap = lib.mkDefault "us";
|
||||||
|
@@ -93,7 +93,6 @@
|
|||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
nix-on-droid,
|
nix-on-droid,
|
||||||
home-manager,
|
|
||||||
...
|
...
|
||||||
}@inputs:
|
}@inputs:
|
||||||
let
|
let
|
||||||
@@ -124,6 +123,10 @@
|
|||||||
nixpkgs = ({ revCount = 0; } // inputs.nixpkgs);
|
nixpkgs = ({ revCount = 0; } // inputs.nixpkgs);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
overlays.requireFileSub = (curr: prev: {
|
||||||
|
requireFile = { ... }@args: (prev args).overrideAttrs { allowSubstitutes = true; };
|
||||||
|
});
|
||||||
|
overlays.default = self.overlays.requireFileSub;
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
triple-dezert = mkNixosConfig {
|
triple-dezert = mkNixosConfig {
|
||||||
module = ./triple-dezert;
|
module = ./triple-dezert;
|
||||||
|
@@ -13,8 +13,8 @@ global
|
|||||||
|
|
||||||
defaults
|
defaults
|
||||||
# https://world.hey.com/goekesmi/haproxy-chrome-tcp-preconnect-and-error-408-a-post-preserved-from-the-past-2497d1f7
|
# https://world.hey.com/goekesmi/haproxy-chrome-tcp-preconnect-and-error-408-a-post-preserved-from-the-past-2497d1f7
|
||||||
timeout server 3s
|
timeout server 30s
|
||||||
timeout client 3s
|
timeout client 10s
|
||||||
timeout connect 10s
|
timeout connect 10s
|
||||||
option http-ignore-probes
|
option http-ignore-probes
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user