home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 23 Apr 2025 21:40:59 +0000 (23:40 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 23 Apr 2025 21:40:59 +0000 (23:40 +0200)
bookworm/aptmark/user
bookworm/copy/seedbox/home/plom/.rtorrent.rc [new file with mode: 0644]
testing/aptmark/desktop
testing/copy/desktop/home/plom/.gitconfig [new file with mode: 0644]
testing/copy/desktop/home/plom/.shell_prompt_color [new file with mode: 0644]
testing/copy/user/home/plom/.gitconfig [deleted file]
testing/copy/user/home/plom/.shell_prompt_color [deleted file]
trixie/aptmark/user [new symlink]

index 1ae29726eb3e05857137ca123d19c753ea0b5278..6354cfc46846034f774f883430ec0c8b8b9a476d 100644 (file)
@@ -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 (file)
index 0000000..2513748
--- /dev/null
@@ -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
+
index 191146fd4a9df19486746023b9e26bfecb98ad33..de6bf22946c2c6df67464acdc9a1672a346a64b5 100644 (file)
@@ -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/desktop/home/plom/.gitconfig b/testing/copy/desktop/home/plom/.gitconfig
new file mode 100644 (file)
index 0000000..8967d25
--- /dev/null
@@ -0,0 +1,3 @@
+[user]
+       email = c.heller@plomlompom.de
+       name = Christian Heller
diff --git a/testing/copy/desktop/home/plom/.shell_prompt_color b/testing/copy/desktop/home/plom/.shell_prompt_color
new file mode 100644 (file)
index 0000000..0cfbf08
--- /dev/null
@@ -0,0 +1 @@
+2
diff --git a/testing/copy/user/home/plom/.gitconfig b/testing/copy/user/home/plom/.gitconfig
deleted file mode 100644 (file)
index 8967d25..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[user]
-       email = c.heller@plomlompom.de
-       name = Christian Heller
diff --git a/testing/copy/user/home/plom/.shell_prompt_color b/testing/copy/user/home/plom/.shell_prompt_color
deleted file mode 100644 (file)
index 0cfbf08..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/trixie/aptmark/user b/trixie/aptmark/user
new file mode 120000 (symlink)
index 0000000..41adec5
--- /dev/null
@@ -0,0 +1 @@
+../../bookworm/aptmark/user
\ No newline at end of file