summaryrefslogtreecommitdiff
path: root/configuration/core/settings.nix
blob: e7a7b2e24673a8552031d8af11303c9cdcb42bef (plain)
1
2
3
4
5
6
7
8
{ ... }:
{
  nixpkgs.config.allowUnfree = true;
	nix.settings = {
		experimental-features = [ "nix-command" "flakes" ];
		trusted-users = [ "root" "jras" ];
	};	
}