diff --git a/configuration.nix b/configuration.nix index 9a0339c..ae08f15 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,6 +7,7 @@ { # Bootloader. boot.loader.systemd-boot.enable = true; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; # Enable networking networking.networkmanager.enable = true; diff --git a/flake.nix b/flake.nix index 9805ed7..58c5c15 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,6 @@ boot.loader.efi.canTouchEfiVariables = false; networking.hostName = "galvatron"; sound.enable = false; - nix.settings.experimental-features = [ "nix-command" "flakes" ]; } ./galvatron/hardware-configuration.nix ./galvatron/apple-silicon-support