mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
9 lines
119 B
Nix
9 lines
119 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
./backups.nix
|
|
./fail2ban.nix
|
|
./nextcloud.nix
|
|
./uptime-kuma.nix
|
|
];
|
|
}
|