added cyberchef.
This commit is contained in:
parent
0bf95cf6b3
commit
0580028894
3 changed files with 22 additions and 0 deletions
13
configs/nixos/cyberchef.nix
Normal file
13
configs/nixos/cyberchef.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.nginx.virtualHosts."cyberchef.venberg.xyz" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "${pkgs.cyberchef}/share/cyberchef";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue