Skip to content

Commit

Permalink
Add nixos-vault-service
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Dec 18, 2023
1 parent 9120f34 commit 00ff588
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
22 changes: 22 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@

# Files are stored using LFS, so the git fetcher is needed.
vendored-emojis.url = "github:ifd3f/vendored-emojis";

vaultModule = {
url = "github:DeterminateSystems/nixos-vault-service/main";
inputs.nixpkgs.follows = "nixpkgs-stable";
};
};

outputs = inputs: import ./nix/outputs.nix inputs;
Expand Down

0 comments on commit 00ff588

Please sign in to comment.