fix: allow usage of p7zip

This commit is contained in:
Felix Schröter 2020-05-22 17:46:14 +02:00
parent 7247e27da8
commit d21d7a1fdd
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458
3 changed files with 12 additions and 6 deletions

View file

@ -14,6 +14,10 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"p7zip-16.02" # currently used by lutris
];
networking.hostName = "felix-nixos";
hardware.enableAllFirmware = true;