config/modules/services/default.nix

16 lines
157 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./deployerbot
./friendlyport
./nsd-acme
./postfix
./syncthing
./zfsunlock
];
}