From aa205e33bc2b1c94ef5fd0a4fd348d153bf5abc3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 28 Oct 2024 09:45:16 -0700 Subject: options: rename nix.extend to nix.extendedSupport --- hosts/akashi/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/akashi/configuration.nix') diff --git a/hosts/akashi/configuration.nix b/hosts/akashi/configuration.nix index 48f1659..c255c06 100644 --- a/hosts/akashi/configuration.nix +++ b/hosts/akashi/configuration.nix @@ -15,7 +15,7 @@ modules = { primaryUser = "ebisu"; mosh.enable = true; - nix.extend = true; + nix.extendedSupport = true; }; system.stateVersion = "24.05"; -- cgit v1.2.3