From 339e1ddb764fd43831e635b5ec5678318bb657e1 Mon Sep 17 00:00:00 2001 From: JayDeLux Date: Sun, 11 Feb 2024 15:15:02 +0100 Subject: [PATCH] quote markdown on 'main' not correct --- nixos-installer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-installer/README.md b/nixos-installer/README.md index 4c4908c8..038ab2b5 100644 --- a/nixos-installer/README.md +++ b/nixos-installer/README.md @@ -15,7 +15,7 @@ TODOs: The configuration of the main flake, [/flake.nix](/flake.nix), is heavy, and it takes time to debug & deploy. This simplified flake is tiny and can be deployed very quickly, it helps me to: -1. Adjust & verify my `hardware-configuration.nix` modification quickly before deploying the `main` flake. +1. Adjust & verify my `hardware-configuration.nix` modification quickly before deploying the main flake. 2. Test some new filesystem related features on a NixOS virtual machine, such as impermanence, Secure Boot, TPM2, Encryption, etc. ## Steps to Deploying this flake