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, ... }: {
|
{ pkgs, ... }: {
|
||||||
config._module.args = {
|
config._module.args = {
|
||||||
userConfig = {
|
inherit
|
||||||
inherit
|
machineConfig
|
||||||
hostname
|
hostname
|
||||||
username
|
username
|
||||||
;
|
;
|
||||||
} // user;
|
|
||||||
|
userConfig = user;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
sops-nix.homeManagerModules.sops
|
sops-nix.homeManagerModules.sops
|
||||||
|
|
Loading…
Reference in a new issue