self-hosting/modules/default.nix

11 lines
142 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
imports = [
./backup-job.nix
./monit.nix
./gitlab-runner.nix
./openssh.nix
./murmur.nix
];
}