From 791ef707f20c47434ee7017781bce15299bb9188 Mon Sep 17 00:00:00 2001 From: mir Date: Fri, 1 Mar 2024 10:22:26 -0900 Subject: [PATCH] move experimental features so they actually work? pt extra --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index ae08f15..8660d63 100644 --- a/configuration.nix +++ b/configuration.nix @@ -8,6 +8,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nix.settings.extra-experimental-features = [ "nix-command" "flakes" ]; # Enable networking networking.networkmanager.enable = true;