From 45d3148255afad4fdf06b3a37d140e2c7f4a0c86 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 10 Jan 2026 18:53:28 +0000 Subject: [PATCH] hosts/common: refactor --- hosts/common.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/common.nix b/hosts/common.nix index 6f04af2..6399171 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -80,9 +80,10 @@ nix = { package = pkgs.nixVersions.stable; - extraOptions = '' - experimental-features = nix-command flakes - ''; + settings.extra-experimental-features = [ + "flakes" + "nix-command" + ]; buildMachines = [ { hostName = "10.0.1.235";