How To Install NixOS On Proxmox @Liv4IT
How To Install NixOS On Proxmox  @Liv4IT
Uploaded March 2025 | Updated September 2026, 2 weeks ago
How To Install NixOS On Proxmox

NixOS is a declarative, reproducible, and atomic Linux distribution built around the Nix package manager. Unlike traditional Linux distributions, where system configuration is managed through manual changes and package installations, NixOS uses a declarative configuration file to define the entire system.

Why Use NixOS?
1️⃣ Declarative Configuration
Instead of manually installing packages and configuring settings, you define your system in /etc/nixos/configuration.nix.

2️⃣ Reproducibility & Rollbacks
Every system state is fully reproducible. You can set up a new machine exactly like the old one just by copying the configuration.

3️⃣ Atomic & Reliable Upgrades
Changes are applied atomically, meaning your system is never in an inconsistent state.

4️⃣ The Nix Package Manager
NixOS uses the Nix package manager, which allows you to install multiple versions of the same package without conflicts.

5️⃣ Stateless & Modular
Your system state is stored in a single configuration file, making it easy to back up and version control.

In this videos we gonna learn how to install NixOS with a minimal setup on Proxmox! This step-by-step guide covers everything from VM creation to post-install configuration.

Topics covered:
✅ Introduction
✅ Creating the Proxmox VM
✅ Configuring UEFI & Disk Setup
✅ Booting into NixOS Live ISO
✅ Partitioning & Formatting the Disk
✅ Installing & Configuring NixOS
✅ Setting Up the Bootloader
✅ First Boot & Final Tweaks


📌 Create partitions:
parted /dev/sda -- mklabel gpt
parted /dev/sda -- mkpart ESP fat32 1MiB 512MiB
parted /dev/sda -- set 1 esp on
parted /dev/sda -- mkpart primary ext4 512MiB 100%

📌 Format partitions:
mkfs.fat -F 32 /dev/sda1
mkfs.ext4 /dev/sda2

📌 Mount partitions:
mount /dev/sda2 /mnt
mkdir -p /mnt/boot
mount /dev/sda1 /mnt/boot

📌 Install NixOS:
nixos-generate-config --root /mnt
nano /mnt/etc/nixos/configuration.nix
nixos-install
reboot

Resources & Links:
nixos.org/manual/nixos/stable
nixos.org
proxmox.com/en














🌸 Buy me a coffee :
buymeacoffee.com/liv4it

🌸 Support channel & make donation :
paypal.me/aminenina/10

🌸 Subscribe for more videos :
Youtube: youtube.com/user/aminosninatos

🌸 Follow me On Social Media
Facebook : facebook.com/aminosninatos

***********************************************************************
🌸 How To Use The Awesome Linux Bat Command
youtu.be/N50jo1gat7M

🌸 Windows Subsystem for Linux WSL2 Commands
youtu.be/mO3Cqb9zYPM

🌸 This Little Trick Will Prevent You From Messing Up With Your Application Database
youtu.be/BdFo21oxKgw

🌸 PIP The Package Manager for Python
youtu.be/aO7o2fMKWx0

🌸 How to read Crystal Disk Info
youtu.be/N3tUXypxNYk

🌸 How To Monitor the Health of Your Hard Drive in Linux using SMART
https://www.youtube.com/watch?v=z1z9R...

🌸 Linux iotop: Monitor your disk Input/Output
https://www.youtube.com/watch?v=pWG4v...

🌸 How To use the “du” (Disk Usage) Command in Linux
https://www.youtube.com/watch?v=RA4bM...

🌸 How To Install And Configure CrowdSec on pfSense
youtu.be/p4sAHjtboMI

🌸 How to Install And Configure pfBlockerNG On pfSense
youtu.be/AGOcaKijLu4

🌸 How To Enable Automatic Backups In pfSense
youtu.be/mFMKqUvPJFw

🌸 How To Apply System Patches For pfSense CE (Community Edition)
youtu.be/qs4sRnNdpYY

🌸 How To Setup VLANs on pfSense In Proxmox
youtu.be/EpFQD-HtwXk

🌸 How To Install QEMU Guest Agent On pfSense VM In Proxmox
youtu.be/c88-byEL7UM

🌸 How To Passthrough Physical Network Cards NIC to VM like pfSense in Proxmox
youtu.be/kmd4l66Tr2g

🌸 How To Create a Simple Workflow On n8n World's Most Popular Automation Platform
youtu.be/zhxycn-rr1g

🌸 How to Create Google Credentials On The world's most popular workflow automation platform n8n
youtu.be/YfXT5h93CKo

🌸How To Install The world's most popular workflow automation platform n8n On Proxmox
youtu.be/J1cpJRuTHwE

🌸How To Setup Notifications On Uptime Kuma a Self Hosted Monitoring Application
youtu.be/Cp-rAatifMk

🌸How To Install Uptime Kuma a Self Hosted Monitoring Application on Proxmox
youtu.be/cCxgkHd0E9Y

🌸How To Install Vyos an Amazing Open Source Router On Proxmox
youtu.be/dscAQIoDU7w

🌸How To Install an SSL Certificate on Proxmox
youtu.be/lCkrsaDEiT4

🌸 How To Lower The Power Use of Proxmox Server
youtu.be/FJiEeHmiiH0

🌸How To Setup a Local Git Server on Proxmox
youtu.be/yeE74Q3ZGMg

🌸Proxmox Create a Firewall Rule Template
youtu.be/9rKA1KPFtS0

🌸How to Configure the Firewall on Proxmox
youtu.be/SnjBjU9irtg

🌸 How To Install Packages on Proxmox VM with Terraform
youtu.be/RRJrLTeU67Y

***********************************************************************
#NixOS #proxmox #linux
How To Install NixOS On ProxmoxComprehensive Guide to Ollama LLM Commands on WSL🔐How to Set Up SSH Key Authentication on MikroTik Router (Step-by-Step Guide)How To Configure Inter Vlan Routing on Juniper DevicesHow to Export and Import Hyper-V Virtual Machines🚀 MTP GGUF Models Explained | What They Are & How to Use Them with llama-serverHow To Setup Notifications On Proxmox With GotifyHow to Create Snapshots on OPNsense🚀 Automate MikroTik Router Configuration with Terraform | Infrastructure as Code Tutorial🦙 llama-server Command Line Overview | Complete Guide to Every Option in llama.cppHow to read Crystal Disk InfoHow To Configure Basic Settings for NixOS
Liv4IT |

How To Install NixOS On Proxmox

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER