allow unfree

This commit is contained in:
Thilo Billerbeck 2024-03-24 14:25:13 +01:00
parent 32bca3bbbc
commit dbc4c0fd9d
2 changed files with 3 additions and 0 deletions

View file

@ -10,4 +10,6 @@
noiseSuppression.enable = false; noiseSuppression.enable = false;
isGraphical = false; isGraphical = false;
}; };
nixpkgs.config.allowUnfree = true;
} }

View file

@ -47,6 +47,7 @@
pkgs = import nixpkgs { pkgs = import nixpkgs {
system = "${system}"; system = "${system}";
overlays = [ nixgl.overlay ]; overlays = [ nixgl.overlay ];
allowUnfree = true;
}; };
in { in {
nixosConfigurations.thilo-pc = nixpkgs.lib.nixosSystem { nixosConfigurations.thilo-pc = nixpkgs.lib.nixosSystem {