Configure NetBox

This commit is contained in:
June 2023-09-14 23:52:20 +02:00
commit 2e3e8c7031
6 changed files with 121 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
imports = [
./configuration.nix
./netbox.nix
./nginx.nix
];
}