From 0406d570cc732b73ebcf35491108d6680ef3ee98 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sun, 16 Feb 2025 10:09:59 +0100 Subject: [PATCH] Activate experimental features for sol --- hosts/sol/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sol/configuration.nix b/hosts/sol/configuration.nix index 9b70361..b5dcc77 100644 --- a/hosts/sol/configuration.nix +++ b/hosts/sol/configuration.nix @@ -10,6 +10,8 @@ ./hardware-configuration.nix ]; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; -- 2.47.2