fix: allow usage of p7zip
This commit is contained in:
parent
7247e27da8
commit
d21d7a1fdd
3 changed files with 12 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue