nix-conf/system/modules/nixsettings.nix
2024-12-28 20:36:44 +08:00

6 lines
125 B
Nix

{ ... }:
{
documentation.nixos.enable = false;
nixpkgs.config.allowUnfree = true;
nixpkgs.config.rcomSupport = true;
}