From cee0c72eae17c1aea782dd0fe283cac33fed565d Mon Sep 17 00:00:00 2001 From: hhefesto Date: Thu, 4 Mar 2021 22:33:39 -0600 Subject: [PATCH] small note warning use of isContainer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af86971..764539a 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ This removes the need for: * this article describes how to enable flake support in `nix` and `nix-daemon` * reading this article is a **pre-requisite** * this README.md assumes you've enabled flakes system-wide + * omit using `boot.isContainer = true;` on `configuration.nix` (as the article suggests) if you want to use `nixos-rebuild` rather than `nixos-container` ## Nix CLI - Flakes Usage