Updated General (markdown)

Spongy 2024-10-14 11:21:45 -04:00
parent edd3c68caf
commit fac6a28645

@ -2,6 +2,9 @@
1. [Arch Linux LXC](#Arch-Linux-LXC)
- [Initial setup](#initial-setup)
- [Troubleshooting](#troubleshooting)
2. [TrueNAS](#truenas)
- [Setup](#setup)
- [notes](#notes)
## Arch Linux LXC
@ -44,4 +47,22 @@ lxc.cap.drop:
lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net dev/net none bind,create=dir
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
```
```
## TrueNAS
### Setup
#### Proxmox
*Make sure container is privledged and has Container > Options > Features > NFS on*
#### Arch
```
> pacman -S nfs-utils
vi /etc/fstab
<ip>:<share mntpoint> /data/media nfs defaults 0 0
```
### Notes
all of my containers that access nfs shares have the PUID and PGID set to a user with write permissions on the nfs shares