Talk:NetBox: Difference between revisions

From NixOS Wiki
imported>Vater
 
imported>Vater
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
(q&d) take a look at in ''services.netbox.enable'' mentioned config file for nginx
(q&d) take a look at in ''services.netbox.enable'' mentioned config file for nginx
<syntaxhighlight lang="bash">less $(find /nix/store/ | grep netbox | grep nginx.conf)</syntaxhighlight>
<syntaxhighlight lang="bash">less $(find /nix/store/ | grep netbox | grep nginx.conf)</syntaxhighlight>
<!--
-->
== best (better) way to create the file for secretKeyFile ==

Latest revision as of 21:18, 17 February 2024

configuring nginx

(q&d) take a look at in services.netbox.enable mentioned config file for nginx

less $(find /nix/store/ | grep netbox | grep nginx.conf)

best (better) way to create the file for secretKeyFile