mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
Expose home manager module in flake
This commit is contained in:
parent
7f38c98162
commit
2124bcbb8a
1 changed files with 2 additions and 0 deletions
|
|
@ -27,7 +27,9 @@
|
|||
inherit (prev) ssh-to-pgp;
|
||||
};
|
||||
nixosModules.sops = import ./modules/sops;
|
||||
homeManagerModules.sops = import ./modules/home-manager/sops.nix;
|
||||
nixosModule = self.nixosModules.sops;
|
||||
homeManagerModule = self.homeManagerModules.sops;
|
||||
packages = forAllSystems (system:
|
||||
import ./default.nix {
|
||||
pkgs = import nixpkgs {inherit system;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue