config/modules/services/default.nix

16 lines
157 B
Nix
Raw Normal View History

2023-04-14 14:12:45 +03:00
{
config,
lib,
pkgs,
...
}: {
imports = [
2023-07-30 05:49:54 +03:00
./deployerbot
2023-08-05 18:00:43 +03:00
./friendlyport
2023-08-09 14:24:43 +03:00
./nsd-acme
2023-07-26 13:26:11 +03:00
./postfix
2023-07-26 11:36:54 +03:00
./syncthing
2023-07-24 09:23:20 +03:00
./zfsunlock
2023-04-14 14:12:45 +03:00
];
}