summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/nixos/system-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/system-packages.nix b/modules/nixos/system-packages.nix
index 640176b..d905594 100644
--- a/modules/nixos/system-packages.nix
+++ b/modules/nixos/system-packages.nix
@@ -35,7 +35,7 @@
wofi
(writeShellScriptBin "rofi" "exec -a $0 ${wofi}/bin/wofi $@") #Lets qutebrowser select passwords
];
- permittedInsecurePackages = [
+ nixpkgs.config.permittedInsecurePackages = [
"electron-24.8.6"
];
}