fix(configurations)!: correctly set home-manager root

This commit is contained in:
reo101 2024-07-28 02:36:34 +03:00
parent ec84d9a002
commit 8b0d2b1e51
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -284,7 +284,7 @@ in
])
({ system, host, configurationFiles, ... }:
mkHomeManagerHost {
root = "${config.flake.homeManager.home-manager.dir}/${system}/${host}";
root = "${config.flake.autoConfigurations.home-manager.dir}/${system}/${host}";
inherit system;
hostname = host;
})