Fix secrets module

This commit is contained in:
2022-04-03 18:20:50 +02:00
parent 5bc2782cd6
commit 22a80c873b
3 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ in {
# TODO: figure out why specialArgs isn't accessible from the root home file.
users.h7x4 = import ../home.nix {
inherit pkgs;
inherit (specialArgs) machineVars;
inherit (specialArgs) machineVars inputs;
};
};