Undraft NixOS article
This commit is contained in:
parent
15181bb53d
commit
5090a5a95c
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
||||||
title = "Installing NixOS on ZFS with encryption"
|
title = "Installing NixOS on ZFS with encryption"
|
||||||
date = 2022-05-09
|
date = 2022-05-09
|
||||||
tags = ["nixos", "linux", "setup"]
|
tags = ["nixos", "linux", "setup"]
|
||||||
draft = true
|
|
||||||
toc = true
|
toc = true
|
||||||
+++
|
+++
|
||||||
|
|
||||||
This is mostly to serve as a reference for how I set up my machine, so I can
|
I finally switched over to NixOS for my desktop, and here is my install process.
|
||||||
look back on it later. <!--more--> I'll be installing NixOS on my desktop, with
|
<!--more--> Annoyingly enough, the biggest non-declarative part of Nix is this
|
||||||
the following specs:
|
initial setup phase, and I made several mistakes during the install process, so
|
||||||
|
I'm documenting the process here so I can remember for next time.
|
||||||
|
|
||||||
- CPU: AMD Ryzen 7 3700X
|
- CPU: AMD Ryzen 7 3700X
|
||||||
- GPU: NVIDIA GeForce RTX 3080 Ti
|
- GPU: NVIDIA GeForce RTX 3080 Ti
|
||||||
|
|
Loading…
Reference in a new issue