16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
# systemd-nspawn configuration for aios
|
|
# Place this file in /etc/systemd/nspawn/aios.nspawn
|
|
|
|
[Exec]
|
|
Boot=yes
|
|
PrivateUsers=pick
|
|
ResolvConf=copy-host
|
|
|
|
[Files]
|
|
# Bind mount shared memory directory
|
|
# Host: /root/.config/syui/ai -> Container: /root/.config/syui/ai
|
|
Bind=/root/.config/syui/ai:/root/.config/syui/ai
|
|
|
|
[Network]
|
|
VirtualEthernet=no
|