nix-infra/hosts/netbox/netbox.nix
2023-07-10 15:30:51 +02:00

11 lines
84 B
Nix

{ ... }:
{
services.netox = {
enable = true;
settings = {
};
};
}