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

@ -105,5 +105,9 @@ in {
ncdu
];
};
nixpkgs.config.permittedInsecurePackages = [
"electron-12.2.3"
];
};
}