mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
6eed4de584
commit
abee591822
6 changed files with 340 additions and 0 deletions
14
etc/systemd/nspawn/SoundContainer.nspawn
Normal file
14
etc/systemd/nspawn/SoundContainer.nspawn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Exec]
|
||||
Boot=true
|
||||
Capability=CAP_NET_ADMIN
|
||||
PrivateUsers=pick
|
||||
|
||||
[Files]
|
||||
Bind=/etc/systemd/nspawn/20-machines-profile.sh:/etc/profile.d/20-machines-profile.sh
|
||||
Bind=/tmp/pa_containers.socket
|
||||
Bind=/dev/shm
|
||||
Bind=/dev/snd
|
||||
BindReadOnly=/tmp/.X11-unix
|
||||
|
||||
[Network]
|
||||
MACVLAN=bond1
|
||||
5
etc/systemd/resolved.conf.d/custom.conf
Normal file
5
etc/systemd/resolved.conf.d/custom.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[Resolve]
|
||||
DNS=1.1.1.1#cloudlfare-dns.com 8.8.8.8#dns.google 9.9.9.9#dns.quad9.net
|
||||
Domains=~.
|
||||
DNSSEC=true
|
||||
DNSOverTLS=yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue