mirror of
https://github.com/unman/shaker.git
synced 2024-12-17 19:54:20 -05:00
16 lines
384 B
YAML
16 lines
384 B
YAML
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
|
|
|
|
/rw/config/qubes-bind-dirs.d/50_user.conf:
|
|
file.append:
|
|
- text: |
|
|
binds+=( '/etc/cups/printers.conf' )
|
|
binds+=( '/etc/qubes-rpc/qubes.Print' )
|
|
- makedirs: True
|
|
|
|
/rw/bind-dirs/etc/qubes-rpc/qubes.Print:
|
|
file.append:
|
|
- text: |
|
|
#!/bin/sh
|
|
exec socat STDIO TCP:localhost:631
|
|
- makedirs: True
|