added sops-nix

This commit is contained in:
willifan 2024-12-08 17:13:15 +01:00
parent b1e609f8f4
commit d6754f73f6
7 changed files with 80 additions and 7 deletions

View file

@ -36,11 +36,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# # Secrets management. See ./docs/secretsmgmt.md
# sops-nix = {
# url = "github:mic92/sops-nix";
# inputs.nixpkgs.follows = "nixpkgs";
# };
# Secrets management. See ./docs/secretsmgmt.md
sops-nix = {
url = "github:mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};