Update Traefik
This commit is contained in:
parent
e8c8a033a6
commit
b9ce9f2609
1 changed files with 2 additions and 4 deletions
|
@ -128,17 +128,15 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = unfree;
|
config.allowUnfree = unfree;
|
||||||
hostPlatform = system;
|
hostPlatform = system;
|
||||||
# For Logseq / Obsidian
|
|
||||||
config.permittedInsecurePackages = [ "electron-27.3.11" ];
|
|
||||||
};
|
};
|
||||||
# Some packages (ie, Vintage Story) I want to keep on unstable no matter what default repo I use
|
# Some packages (ie, Vintage Story) I want to keep on unstable no matter what default repo I use
|
||||||
pkgs-unstable = import inputs.nixpkgs-unstable {
|
pkgs-unstable = import inputs.nixpkgs-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = unfree;
|
config.allowUnfree = unfree;
|
||||||
hostPlatform = system;
|
hostPlatform = system;
|
||||||
# For Logseq / Obsidian
|
|
||||||
config.permittedInsecurePackages = [ "electron-27.3.11" ];
|
|
||||||
};
|
};
|
||||||
|
# For Logseq / Obsidian
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [ "electron-27.3.11" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
|
|
Loading…
Reference in a new issue