nix-conf/system/modules/nixsettings.nix
2024-12-24 10:44:37 +08:00

7 lines
145 B
Nix

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