self-hosting/modules/default.nix
2022-09-16 01:29:46 +02:00

10 lines
142 B
Nix

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