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,7 @@
{ config, pkgs, ... }:
{
networking.hostName = "netbox";
system.stateVersion = "23.05";
}