From 15585ce4030711a452f687d93f2139d495a6c4ba Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 29 Jun 2025 01:06:15 -0400 Subject: [PATCH] Fix compilation issue, flake update. --- nodes/hosts/common/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/hosts/common/configuration.nix b/nodes/hosts/common/configuration.nix index b7a2ec5..4c04a18 100644 --- a/nodes/hosts/common/configuration.nix +++ b/nodes/hosts/common/configuration.nix @@ -4,7 +4,7 @@ config.allowUnfree = true; }; nix = { - optimize.automatic = true; + optimise.automatic = true; extraOptions = '' experimental-features = nix-command flakes '';