12 lines
205 B
Nix
12 lines
205 B
Nix
{
|
|
imports = [
|
|
../../templates/base.nix
|
|
../../secrets/shared-sops.nix
|
|
./networking.nix
|
|
./storage.nix
|
|
./nixarr.nix
|
|
./exportarr.nix
|
|
./jellyfin-exporter.nix
|
|
./sops.nix
|
|
];
|
|
}
|