13 lines
105 B
Nix
13 lines
105 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./postfix
|
|
./syncthing
|
|
./zfsunlock
|
|
];
|
|
}
|