1
0
Fork 0

add qubes notes

This commit is contained in:
Anton Livaja 2025-03-04 13:56:52 -08:00
parent 3f53f9071c
commit 85029219e9
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# Dotfiles a la Stow
If starting on a new machine, begin by cloning this over https:
```
$ git clone https://git.distrust.co/anton/dotfiles
```
## Qubes
The `dom0` files have to be copied over to `dom0` and placed into the correct location. To copy files over use the following command in a `dom0` terminal:
```
$ qvm-run -pass-io <app_vm> 'cat path/to/file` > /path/
```
### Split SSH
Ensure that the `qubes-ssh-socket` service is enabled
```
systemctl --user enable --now qubes-ssh-socket
systemctl --user status qubes-ssh-socket
```