From 131a0b8c7caccaee0df08cfbb9a2a7d18da82998 Mon Sep 17 00:00:00 2001 From: mir Date: Fri, 1 Mar 2024 10:20:43 -0900 Subject: [PATCH] move experimental features so they actually work? --- configuration.nix | 1 + flake.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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