From 8cd848dcf55fe97bd57462831961c2d6274b6a36 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 11 May 2024 01:34:36 +0200 Subject: [PATCH] Include machine config in home modules --- flake.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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