dot.nix/home/toph/cloud/default.nix
Chris Toph 72ce184bd4 Refactor and reorganize cloud and proxy configs
- 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
2025-04-29 11:14:59 -04:00

10 lines
99 B
Nix

{
pkgs,
...
}:
{
imports = [
## Required Configs ##
../common/core # required
];
}