diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index d79c1b2..6bf49d0 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -5,6 +5,8 @@ { config, pkgs, ... }: { + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix