From 7bb4a830d3c485d2f82ce63dee65e2ab0e8d3211 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 23 Apr 2025 23:40:59 +0200 Subject: [PATCH] Fix. --- bookworm/aptmark/user | 4 ---- bookworm/copy/seedbox/home/plom/.rtorrent.rc | 11 +++++++++++ testing/aptmark/desktop | 4 ++++ testing/copy/{user => desktop}/home/plom/.gitconfig | 0 .../{user => desktop}/home/plom/.shell_prompt_color | 0 trixie/aptmark/user | 1 + 6 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 bookworm/copy/seedbox/home/plom/.rtorrent.rc rename testing/copy/{user => desktop}/home/plom/.gitconfig (100%) rename testing/copy/{user => desktop}/home/plom/.shell_prompt_color (100%) create mode 120000 trixie/aptmark/user diff --git a/bookworm/aptmark/user b/bookworm/aptmark/user index 1ae2972..6354cfc 100644 --- a/bookworm/aptmark/user +++ b/bookworm/aptmark/user @@ -10,8 +10,4 @@ less man-db manpages procps -# for syncing -borgbackup -# for my own scripts to run -python3-venv # diff --git a/bookworm/copy/seedbox/home/plom/.rtorrent.rc b/bookworm/copy/seedbox/home/plom/.rtorrent.rc new file mode 100644 index 0000000..2513748 --- /dev/null +++ b/bookworm/copy/seedbox/home/plom/.rtorrent.rc @@ -0,0 +1,11 @@ +# where to write downloads into +directory.default.set = ~/downloads + +# rtorrent's memory +session.path.set = ~/session + +# security and paranoia +dht.mode.set = disable +protocol.pex.set = no +protocol.encryption.set = require,require_RC4,allow_incoming,try_outgoing + diff --git a/testing/aptmark/desktop b/testing/aptmark/desktop index 191146f..de6bf22 100644 --- a/testing/aptmark/desktop +++ b/testing/aptmark/desktop @@ -3,6 +3,10 @@ cryptsetup-initramfs lvm2 # for secrets pmount +# for my own scripts to run +python3-venv +# for syncing +borgbackup # for accessing remote machines openssh-client # wayland usage essentials diff --git a/testing/copy/user/home/plom/.gitconfig b/testing/copy/desktop/home/plom/.gitconfig similarity index 100% rename from testing/copy/user/home/plom/.gitconfig rename to testing/copy/desktop/home/plom/.gitconfig diff --git a/testing/copy/user/home/plom/.shell_prompt_color b/testing/copy/desktop/home/plom/.shell_prompt_color similarity index 100% rename from testing/copy/user/home/plom/.shell_prompt_color rename to testing/copy/desktop/home/plom/.shell_prompt_color diff --git a/trixie/aptmark/user b/trixie/aptmark/user new file mode 120000 index 0000000..41adec5 --- /dev/null +++ b/trixie/aptmark/user @@ -0,0 +1 @@ +../../bookworm/aptmark/user \ No newline at end of file -- 2.30.2