mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
10 lines
142 B
Nix
10 lines
142 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./backup-job.nix
|
|
./monit.nix
|
|
./gitlab-runner.nix
|
|
./openssh.nix
|
|
./murmur.nix
|
|
];
|
|
}
|