diff --git a/atauno/configuration.nix b/atauno/configuration.nix index 0d9cd75..6c897b6 100644 --- a/atauno/configuration.nix +++ b/atauno/configuration.nix @@ -10,6 +10,9 @@ ./hardware-configuration.nix ]; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nixpkgs.config.allowUnfree = true; + # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;