This commit is contained in:
Shelvacu
2024-09-27 21:06:43 -07:00
parent 027f105ecd
commit 1f3d770761
3 changed files with 7 additions and 3 deletions

View File

@@ -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";

View File

@@ -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;

View File

@@ -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