nixos-config/system/set-system.nix

6 lines
117 B
Nix
Raw Normal View History

2024-08-04 19:06:02 +02:00
{ ... }:
2024-08-01 10:01:40 +02:00
{
2024-08-04 19:57:07 +02:00
nixpkgs.config.allowUnfree = true;
2024-08-01 10:01:40 +02:00
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}