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