Join us

ContentUpdates and recent posts about NixOs..
 Activity
@devopslinks added a new tool Grype , 3 weeks ago.
 Activity
@kaptain added a new tool Hadolint , 3 weeks ago.
 Activity
@varbear added a new tool Bandit , 3 weeks ago.
 Activity
@devopslinks added a new tool JFrog Xray , 3 weeks ago.
 Activity
@devopslinks added a new tool OWASP Dependency-Check , 3 weeks ago.
 Activity
@varbear added a new tool pre-commit , 3 weeks ago.
 Activity
@devopslinks added a new tool GitGuardian , 3 weeks ago.
 Activity
@devopslinks added a new tool detect-secrets , 3 weeks ago.
 Activity
@devopslinks added a new tool Gitleaks , 3 weeks ago.
Course
@eon01 published a course, 3 weeks ago
Founder, FAUN.dev

DevSecOps in Practice

TruffleHog Flask NeuVector detect-secrets pre-commit OWASP Dependency-Check Docker checkov Bandit Hadolint Grype KubeLinter Syft GitLab CI/CD Trivy Kubernetes

A Hands-On Guide to Operationalizing DevSecOps at Scale

DevSecOps in Practice
NixOS is a Linux distribution built around the Nix package manager. Unlike traditional Linux distributions, NixOS is configured using a functional language that describes the system configuration. It generates complete system profiles, enabling reproducible deployments, atomic upgrades, and system rollbacks.

NixOS relies on the Nixpkgs collection of package definitions and the Nix expression language for declaring packages and system options. It is free and open-source software with an MIT License.