10 lines
137 B
Nix
10 lines
137 B
Nix
{
|
|
imports = [
|
|
./media-mgr.nix
|
|
./nextcloud.nix
|
|
./plex.nix
|
|
./postgres.nix
|
|
# ./searx.nix
|
|
./vaultwarden.nix
|
|
];
|
|
}
|