1
0
Fork 0
forked from fi/nix-infra

Add netbox host

This commit is contained in:
fi 2023-08-05 04:47:14 +02:00
commit a4f3e68aac
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
7 changed files with 84 additions and 0 deletions

7
hosts/netbox/netbox.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
services.netbox = {
enable = true;
secretKeyFile = "/secrets/netbox-secret-key.secret";
};
}