From 4046d272fa6858abde9ed50f4e394acf6f216214 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:26:53 -0500 Subject: [PATCH] fixed option --- modules/hosts/john-p14s/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index 927b755..07b84f8 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -16,7 +16,7 @@ allowUnfree = true; }; - flakeDir = "${config.home-manager.users.john.home.homeDirectory}/Documents/dendritic"; + rebuild.flakeDir = "${config.home-manager.users.john.home.homeDirectory}/Documents/dendritic"; networking = { hostName = hostname;