adds config for dnsc-air
This commit is contained in:
parent
55544c38cf
commit
3ac6adcb30
1 changed files with 4 additions and 1 deletions
|
|
@ -23,7 +23,10 @@
|
||||||
|
|
||||||
nix.settings.trusted-users = [ "dennis" ];
|
nix.settings.trusted-users = [ "dennis" ];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config = {
|
||||||
|
allowUnfree = true;
|
||||||
|
allowUnsupportedSystem = true;
|
||||||
|
};
|
||||||
|
|
||||||
# System Packages
|
# System Packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue