ility inherently).
I've used salt to configure my disposable VMs and customise Firefox.
The repo is available here:
https://gitlab.com/prago/my-salt
The ffmods section is the relevant bit.
I haven't updated it recently but I think it sti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
I think the pillar files need to be in /srv/pillar/
The following example should work:
/srv/pillar/fedora-version.top
base:
dom0:
- fedora-version
/srv/pillar/fedora-version.sls
version: 31
Then the file needs to be linked to another directo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
I should have mentioned that this was part of a bigger script, using qvm-copy
would have required me to also pass along the qube name, so I could then cd to
the correct QubesIncoming directory. Keeping it simple I went with tar:
Script one on the c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hi,
I am trying to send mutliple files using qrexec by catting the files using the
following scripts:
Script one on the client:
echo "$#"
while [ $1 ]; do
echo $(wc -l $1)
cat $1
shift
done
Script two on the server:
read NUMFILES
RE
le here:
https://gitlab.com/prago/my-salt
-BEGIN PGP SIGNATURE-
iIgEARMKADAWIQRFNnsoPo7HH0XEMXc88cBGMbAIWAUCXctfWBIccHJhZ29AdHV0
YW5vdGEuZGUACgkQPPHARjGwCFg0dgD/RTthgBj2ToJEy1Cgi9mvYc7vyc6UmaEk
trvfWgzMD9IA/1XZ2Gj1aO6UJmm82UbBorQ5yK83zG/mtM4GH+ln+yCz
=tuEw
-END PGP SIGNATURE-
--
Yo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
> How do I uncover the Nano S in Qubes?
Hi,
after unlocking the ledger it shows up in qvm-usb for me.
I think this may be something to do with the way you have
the USBs configured, so it's not specifically a ledger
problem.
-BEGIN PGP SIGNATURE-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
>> Hi,
>> With the old format of rules for the mirage firewall I had the following
>> setup:
>> ...
>> let git_addr = Ipaddr.V4.of_string_exn "192.168.1.101"
>>
>> let allowed_to_git = List.map Ipaddr.V4.of_string_exn
>> [ "10.137.0.20" ;
>> "
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hi,
With the old format of rules for the mirage firewall I had the following setup:
...
let git_addr = Ipaddr.V4.of_string_exn "192.168.1.101"
let allowed_to_git = List.map Ipaddr.V4.of_string_exn
[ "10.137.0.20" ;
"10.137.0.21"
]
let loc