2024-10-27 22:48:02 -05:00
|
|
|
{ lib, config, pkgs, ...}:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
2024-10-27 22:59:13 -05:00
|
|
|
./wireguard.nix
|
2024-10-28 00:10:19 -05:00
|
|
|
./grafana.nix
|
2024-11-05 14:58:06 -06:00
|
|
|
./nextcloud.nix
|
2024-11-13 22:00:07 -06:00
|
|
|
./paperless.nix
|
2024-10-27 22:48:02 -05:00
|
|
|
];
|
|
|
|
}
|