10 lines
109 B
Nix
10 lines
109 B
Nix
{ lib, config, pkgs, ...}:
|
|
|
|
{
|
|
imports = [
|
|
./wireguard.nix
|
|
./grafana.nix
|
|
./nextcloud.nix
|
|
];
|
|
}
|