add import tree

This commit is contained in:
Chris Kruining 2026-03-26 15:05:37 +01:00
parent ba7c3392b9
commit 20de142350
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
24 changed files with 77 additions and 256 deletions

View file

@ -1,7 +0,0 @@
{
imports = [
./authelia
./himmelblau
./zitadel
];
}

View file

@ -1,5 +0,0 @@
{
imports = [
./borg
];
}

View file

@ -1,5 +0,0 @@
{
imports = [
./matrix
];
}

View file

@ -1,15 +0,0 @@
{
imports = [
./authentication
./backup
./communication
./development
./games
./media
./networking
./observability
./persistance
./security
./virtualisation
];
}

View file

@ -1,5 +0,0 @@
{
imports = [
./forgejo
];
}

View file

@ -1,7 +0,0 @@
{
imports = [
./minecraft
./palworld
./openrct.nix
];
}

View file

@ -9,15 +9,6 @@
cfg = config.sneeuwvlok.services.media;
in {
imports = [
./glance
./jellyfin
./mydia
./nextcloud
./nfs
./servarr
];
options.sneeuwvlok.services.media = {
enable = mkEnableOption "Enable media services";

View file

@ -1,7 +0,0 @@
{
imports = [
./caddy
./ssh
./wireguard
];
}

View file

@ -1,9 +0,0 @@
{
imports = [
./grafana
./loki
./prometheus
./promtail
./uptime-kuma
];
}

View file

@ -1,5 +0,0 @@
{
imports = [
./postgesql
];
}

View file

@ -1,5 +0,0 @@
{
imports = [
./vaultwarden
];
}

View file

@ -1,5 +0,0 @@
{
imports = [
./podman
];
}