From 85029219e99a992ef2b57b76ffdff17f7f76f73c Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 4 Mar 2025 13:56:52 -0800 Subject: [PATCH] add qubes notes --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..43a21c2 --- /dev/null +++ b/README.md @@ -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 '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 +```