nixos-servers/hosts/monitoring01/default.nix

8 lines
86 B
Nix
Raw Normal View History

2024-12-01 00:51:29 +00:00
{ ... }:
{
imports = [
./configuration.nix
../../services/monitoring
];
}