Skip to content

Commit 2ceb3a9

Browse files
committed
add packages, allow broken and insecure in unstable
1 parent dd29df9 commit 2ceb3a9

File tree

5 files changed

+238
-72
lines changed

5 files changed

+238
-72
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Made for security researchers, pentesters, red teamers and infosec enthusiasts.
66

77
## How to use it
88
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)
1212

1313
## Features
1414
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
2424
## How to build it
2525
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:
2626

27-
`nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I nixos-config=rednixos-iso-[stable/unstable].nix`
27+
`nix build`
2828

29-
(choose stable or unstable according to your needs).
29+
> Note: by default it will build RedNixOS unstable with KDE
3030
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?
3240
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.

assets/RedNixOSWallpaper.png

20.6 KB
Loading

assets/RedNixOSWallpaperAscii.png

21.9 KB
Loading

0 commit comments

Comments
 (0)