Include machine config in home modules
This commit is contained in:
parent
89daa0c9ba
commit
8cd848dcf5
1 changed files with 7 additions and 6 deletions
13
flake.nix
13
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
|
||||
|
|
Loading…
Reference in a new issue