mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-01-08 14:47:23 +08:00
fix sops nixos module
This commit is contained in:
parent
1745bb9f95
commit
7bd84011ef
2 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ with lib;
|
|||
let
|
||||
cfg = config.sops;
|
||||
users = config.users.users;
|
||||
sops-install-secrets = pkgs.callPackage ../../pkgs/sops-install-secrets {};
|
||||
sops-install-secrets = (pkgs.callPackage ../.. {}).sops-install-secrets;
|
||||
secretType = types.submodule ({ config, ... }: {
|
||||
options = {
|
||||
name = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue