config/modules/services/default.nix

13 lines
105 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./postfix
./syncthing
./zfsunlock
];
}