mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 07:58:49 +01:00
allow unfree
This commit is contained in:
parent
32bca3bbbc
commit
dbc4c0fd9d
2 changed files with 3 additions and 0 deletions
|
@ -10,4 +10,6 @@
|
|||
noiseSuppression.enable = false;
|
||||
isGraphical = false;
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
pkgs = import nixpkgs {
|
||||
system = "${system}";
|
||||
overlays = [ nixgl.overlay ];
|
||||
allowUnfree = true;
|
||||
};
|
||||
in {
|
||||
nixosConfigurations.thilo-pc = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Reference in a new issue