updated documentation

This commit is contained in:
Kristian Krsnik 2023-09-18 17:05:23 +02:00
parent 94f214ef12
commit d08b631304
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85

View File

@ -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