diff --git a/lib/default.nix b/lib/default.nix index 1e9e607e..4e1b6dca 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -134,6 +134,9 @@ inherit system; config.allowUnfree = unfree; hostPlatform = system; + # For Logseq / Obsidian + config.permittedInsecurePackages = [ "electron-27.3.11" ]; + }; }; diff --git a/nixos/users/albert/desktop.nix b/nixos/users/albert/desktop.nix index cea41b79..5d183ade 100644 --- a/nixos/users/albert/desktop.nix +++ b/nixos/users/albert/desktop.nix @@ -1,10 +1,5 @@ { config, lib, pkgs, pkgs-unstable, desktop, inputs, system, ... }: { # Steam, Vintage Story areu nfree. - nixpkgs.config.permittedInsecurePackages = [ - "electron-27.3.11" - ]; - - environment.systemPackages = [ # General Desktop stuff pkgs-unstable.logseq