config/hosts/gitea/services/default.nix

9 lines
98 B
Nix

{ ...} : {
imports = [
./gitea.nix
./postgres.nix
./nginx.nix
./sshd.nix
];
}