Skip to content

Commit

Permalink
feat: Add sops-nix integration to NixOS profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Mar 21, 2024
1 parent 435c584 commit 9fd1255
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cells/nixos/profiles/sops-nix.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
inputs,
cell,
}: {...}: {
imports = [
inputs.nixpkgs.sops-nix
];

services.sops.enable = true;
}

0 comments on commit 9fd1255

Please sign in to comment.