diff --git a/nixos76/system/configuration.nix b/nixos76/system/configuration.nix index e1830e5..d91f88d 100644 --- a/nixos76/system/configuration.nix +++ b/nixos76/system/configuration.nix @@ -14,6 +14,10 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; nixpkgs.config.allowUnfree = true; + nixpkgs.config.permittedInsecurePackages = [ + "electron-25.9.0" + ]; + hardware.system76.enableAll = true;