fix vpn1 config

This commit is contained in:
Vinzenz Schroeter 2023-09-11 21:00:02 +02:00
parent c1e4cdb929
commit ec2166ec2d
3 changed files with 89 additions and 73 deletions

View file

@ -1,11 +1,6 @@
{...}: {
config = {
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-12.2.3"
];
};
nixpkgs.config.allowUnfree = true;
system = {
stateVersion = "22.11";