You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ Made for security researchers, pentesters, red teamers and infosec enthusiasts.
6
6
7
7
## How to use it
8
8
Feel free to use this in one of these ways:
9
-
1. VM (for example for testing purpouses)
10
-
2. Live (sometimes can replace Kali)
11
-
3. Baremetal (you must be quite crazy if you do so)
9
+
1. VM (for example for testing purpouses or as a playground)
10
+
2. Live (sometimes can replace Kali, but it's way cooler)
11
+
3. Baremetal (you must be quite crazy if you do so, but it works)
12
12
13
13
## Features
14
14
Basically it's already done NixOS config and all you have to do would be to build the `.iso` file yourself.
@@ -24,9 +24,17 @@ By default, it will use Zen kernel (better performance in my opinion), as well a
24
24
## How to build it
25
25
That's quit easy. Once you have files modified according to your needs or you've decided that `yolo I'm trying the default one`, just use this command:
26
26
27
-
`nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I nixos-config=rednixos-iso-[stable/unstable].nix`
27
+
`nixbuild`
28
28
29
-
(choose stable or unstable according to your needs).
29
+
> Note: by default it will build RedNixOS unstable with KDE
30
30
31
-
## How often will you update the upstream
31
+
## FAQ
32
+
33
+
### 'Distro'?
34
+
Well, it's not literally distro as often defined in Linux world.
35
+
Consider this project rather a modification of existing NixOS (it literally is pre-configured NixOS).
36
+
Also can be considered as a better version of existing [RedNix](https://github.com/redcode-labs/RedNix) - NixOS container and nix-shells.
37
+
RedNix was used as a base idea-wise for RedNixOS, all the packages are the same.
38
+
39
+
### How often will you update the upstream?
32
40
I'll try to keep it updated as often as mainstream NixOS, using this as a chance to add some packages and bump the version numbers in here as well.
0 commit comments