add README
This commit is contained in:
commit
adf64a7fab
2 changed files with 12 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*.iso
|
||||||
|
|
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# blix
|
||||||
|
blix is a nixos-based live environment with some
|
||||||
|
penetration testing tools
|
||||||
|
|
||||||
|
|
||||||
|
## building
|
||||||
|
```sh
|
||||||
|
nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I nixos-config=blix.nix
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue