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