Add missing module to home-manager

This commit is contained in:
Manuel Thalmann 2024-05-11 20:28:41 +02:00
parent 2a0a3aebf9
commit 979269b42b

View file

@ -87,12 +87,18 @@
modules = [
(
{ pkgs, ... }: {
config._module.args = {
config = {
_module.args = {
machine = machine // {
name = hostname;
config = (pkgs.callPackage config { });
};
};
home-manager.sharedModules = [
sops-nix.homeManagerModules.sops
];
};
})
home-manager.nixosModules.home-manager
sops-nix.nixosModules.sops