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"
|
||||
# presumably needed by nheko
|
||||
nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
|
||||
nixpkgs.overlays = [ inputs.self.overlays.default ];
|
||||
|
||||
console = {
|
||||
keyMap = lib.mkDefault "us";
|
||||
|
@@ -93,7 +93,6 @@
|
||||
self,
|
||||
nixpkgs,
|
||||
nix-on-droid,
|
||||
home-manager,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
@@ -124,6 +123,10 @@
|
||||
nixpkgs = ({ revCount = 0; } // inputs.nixpkgs);
|
||||
}
|
||||
);
|
||||
overlays.requireFileSub = (curr: prev: {
|
||||
requireFile = { ... }@args: (prev args).overrideAttrs { allowSubstitutes = true; };
|
||||
});
|
||||
overlays.default = self.overlays.requireFileSub;
|
||||
nixosConfigurations = {
|
||||
triple-dezert = mkNixosConfig {
|
||||
module = ./triple-dezert;
|
||||
|
@@ -13,8 +13,8 @@ global
|
||||
|
||||
defaults
|
||||
# https://world.hey.com/goekesmi/haproxy-chrome-tcp-preconnect-and-error-408-a-post-preserved-from-the-past-2497d1f7
|
||||
timeout server 3s
|
||||
timeout client 3s
|
||||
timeout server 30s
|
||||
timeout client 10s
|
||||
timeout connect 10s
|
||||
option http-ignore-probes
|
||||
|
||||
|
Reference in New Issue
Block a user