updated documentation
This commit is contained in:
parent
94f214ef12
commit
d08b631304
@ -21,6 +21,14 @@ Example:
|
|||||||
GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-6ee676a5-8f57-4400-bde6-2f5ff7c1260d nomodeset rhgb iommu=pt quiet"
|
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`
|
Resize the `/tmp` directory to allow for building large packages like `nerdfonts`
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
|
Loading…
Reference in New Issue
Block a user