Skip to content

Commit

Permalink
fix(configurations)!: correctly set home-manager root
Browse files Browse the repository at this point in the history
  • Loading branch information
reo101 committed Jul 27, 2024
1 parent ec84d9a commit 8b0d2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/flake/configurations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
})
Expand Down

0 comments on commit 8b0d2b1

Please sign in to comment.