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

11 lines
104 B
Nix

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