Update Traefik

This commit is contained in:
albert 2024-08-13 12:47:51 +09:00
parent e8c8a033a6
commit b9ce9f2609
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

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