16 lines
218 B
Nix
16 lines
218 B
Nix
{...}: {
|
|
imports = [
|
|
./traefik
|
|
./crowdsec
|
|
./minecraft
|
|
./borgbackup.nix
|
|
./forgejo.nix
|
|
./lighttpd.nix
|
|
./mpd.nix
|
|
./samba.nix
|
|
./grafana.nix
|
|
./mysql.nix
|
|
./prometheus.nix
|
|
];
|
|
}
|