NixOs in Production a handbook for professional

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

NixOs in Production a handbook for professional Linux

Author(s): Gabriella Gonzalez
Edition: 1
Publisher: leanpub
Year: 2023

Language: english
Pages: 67
Tags: nixos linux devops

Table of Contents
Introduction
What is NixOS for?
Desktop vs. Server
On-premises vs. Software as a service
Virtualization
The killer app for NixOS
Profile of a NixOS adopter
What does NixOS replace?
The big picture
The Zen of NixOS
GitOps
DevOps
Architecture
Scope
Setting up your development environment
Installing Nix
Running a NixOS virtual machine
Our first web server
Hello, world!
DevOps
TODO list
Passing through the filesystem
NixOS option definitions
Anatomy of a NixOS module
Syntactic sugar
NixOS modules are not language features
NixOS
Recursion
Advanced option definitions
Imports
lib utilities
Deploying to AWS using Terraform
Configuring your access keys
A minimal Terraform specification
Deploying our configuration
Cleaning up
Terraform walkthrough