got the allowed unfree and insecure for electron working

This commit is contained in:
Sebastian Moser
2023-10-31 20:41:49 +01:00
parent 596b39f63d
commit 29aa6b0207
2 changed files with 11 additions and 5 deletions

View File

@@ -68,11 +68,6 @@
};
nixpkgs.config.permittedInsecurePackages = [
"electron-24.8.6"
];
security.polkit.enable = true;
networking.firewall.enable = true;
networking.firewall.allowPing = true;