diff --git a/flake.nix b/flake.nix index 3ebd0c4..fdb9783 100644 --- a/flake.nix +++ b/flake.nix @@ -127,12 +127,13 @@ ( { pkgs, ... }: { config._module.args = { - userConfig = { - inherit - hostname - username - ; - } // user; + inherit + machineConfig + hostname + username + ; + + userConfig = user; }; }) sops-nix.homeManagerModules.sops