NixOS/hosts/luna/modules/services/default.nix

10 lines
106 B
Nix
Raw Normal View History

2023-10-27 23:02:52 -05:00
{ ... }:
{
imports = [
./openssh.nix
./fail2ban.nix
# ./gitlab.nix
# ./nginx.nix
];
}