fix(configurations)!: correctly set home-manager
root
This commit is contained in:
parent
ec84d9a002
commit
8b0d2b1e51
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue