diff --git a/lib/default.nix b/lib/default.nix index 4c66c75e..af118e1a 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -128,17 +128,15 @@ inherit system; config.allowUnfree = unfree; 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 pkgs-unstable = import inputs.nixpkgs-unstable { inherit system; config.allowUnfree = unfree; hostPlatform = system; - # For Logseq / Obsidian - config.permittedInsecurePackages = [ "electron-27.3.11" ]; }; + # For Logseq / Obsidian + nixpkgs.config.permittedInsecurePackages = [ "electron-27.3.11" ]; }; modules = [