nix-files/modules/persist/stores/default.nix

10 lines
87 B
Nix

{ ... }:
{
imports = [
./crypt.nix
./plaintext.nix
./private.nix
];
}