disallow unfree by default
This commit is contained in:
parent
716e9e7ac2
commit
17e15e69d1
12 changed files with 27 additions and 46 deletions
|
@ -10,7 +10,6 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
super.nixpkgs
|
||||
super.substituters
|
||||
];
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
self,
|
||||
super,
|
||||
root,
|
||||
}: {
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
config.permittedInsecurePackages = [];
|
||||
};
|
||||
}
|
|
@ -17,11 +17,7 @@
|
|||
lm_sensors
|
||||
fd # find replacement
|
||||
graphviz-nox
|
||||
(
|
||||
if config.nixpkgs.config.allowUnfree
|
||||
then p7zip-rar
|
||||
else p7zip
|
||||
)
|
||||
p7zip
|
||||
unar
|
||||
openssl # for generating passwords
|
||||
];
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
_: {pkgs, ...}: {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
boot.kernelParams = ["amd_iommu=on" "iommu=pt"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue