From d08b631304de4f42012fbf327b7f33a93eee68e1 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Mon, 18 Sep 2023 17:05:23 +0200 Subject: [PATCH] updated documentation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f311a4e..068c72e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ Example: GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-6ee676a5-8f57-4400-bde6-2f5ff7c1260d nomodeset rhgb iommu=pt quiet" ``` +Disable SELinux, as Nix does not work with it enabled + +```txt +sudo nano /etc/selinux/config +``` + +and change `SELINUX=enforcing` to `SELINUX=permissive` + Resize the `/tmp` directory to allow for building large packages like `nerdfonts` ```txt