10 lines
83 B
Nix
10 lines
83 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./ephemeral
|
|
./plaintext.nix
|
|
./private
|
|
];
|
|
}
|