forked from CCCHH/nix-infra
Configure NetBox
This commit is contained in:
parent
e0c7180ecf
commit
2e3e8c7031
6 changed files with 121 additions and 1 deletions
7
config/hosts/netbox/configuration.nix
Normal file
7
config/hosts/netbox/configuration.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "netbox";
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue