adds config for dnsc-air

This commit is contained in:
Dennis Schoepf 2025-12-03 22:53:10 +01:00
parent 55544c38cf
commit 3ac6adcb30

View file

@ -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; [