From 73acd6503890f3a4569b704887e0253d4cd91986 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 9 Dec 2025 10:00:40 -0700 Subject: [PATCH] options --- nix/ai-server-1.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/ai-server-1.nix b/nix/ai-server-1.nix index 0bccfdb..ed7b313 100644 --- a/nix/ai-server-1.nix +++ b/nix/ai-server-1.nix @@ -6,6 +6,11 @@ # /etc/nixos/cachix.nix ]; + nix = { + extraOptions = '' + experimental-features = nix-command flakes + ''; + }; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;