config/hosts/gitea/services/default.nix

8 lines
82 B
Nix

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