- Introduces new modules for cloud, backup, and NFS services - Removes deprecated Caddy and cloudflared configs - Migrate /pool from SSHFS to NFS - Migrate filerun and SnapRAID configurations to cloud only for better modularity
4 lines
56 B
Nix
4 lines
56 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = lib.custom.scanPaths ./.;
|
|
}
|