Compare commits

..

No commits in common. "c6b7213f12f943f1f6498e1932f41d86158478bd" and "70e2263fbf992f0baf3fcd29084b70ed75d3c2de" have entirely different histories.

3 changed files with 24 additions and 39 deletions

View file

@ -131,7 +131,6 @@ packages=(
pipewire-jack # required by vlc
inkscape # Vector graphics
gimp # Pixel graphics
darktable
libreoffice-fresh
libreoffice-fresh-de
lollypop # Music player
@ -197,7 +196,6 @@ packages=(
nextcloud-client
element-desktop # Matrix client
tailscale
flatpak
)
optdeps=(
@ -251,7 +249,6 @@ services=(
systemd-resolved.service # DNS resolution
# Other system services
firewalld.service # Firewall
linux-modules-cleanup.service # kernel-modules-hook
# Timers
fstrim.timer # Periodically trim file systems…
"btrfs-scrub@$(systemd-escape -p /).timer" # scrub root filesystem…
@ -428,6 +425,8 @@ aur_packages=(
networkmanager-iwd
# iwd GUI
iwgtk
# Backups based on borg
pika-backup
# Login settings
gdm-settings
# Gnome extensions
@ -438,7 +437,6 @@ aur_packages=(
gnome-shell-extension-bluetooth-quick-connect
gnome-shell-extension-quick-settings-tweaks-git
gnome-shell-extension-nightthemeswitcher
gnome-shell-extension-pop-shell-git
# Firefox extensions
firefox-extension-bitwarden
# Dracut hook to build kernel images for systemd boot

View file

@ -1,3 +1,23 @@
Host *
ControlMaster auto
ControlPersist 300
ControlPath ~/.ssh/socket-%r@%h:%p
IdentitiesOnly yes
HashKnownHosts yes
PasswordAuthentication no
ChallengeResponseAuthentication no
StrictHostKeyChecking ask
VerifyHostKeyDNS yes
ForwardAgent no
ForwardX11 no
ForwardX11Trusted no
ServerAliveInterval 60
ServerAliveCountMax 3
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256
MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,umac-128-etm@openssh.com
HostKeyAlgorithms ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-512-cert-v01@openssh.com
## Server
Host finn
User ansible
@ -23,7 +43,8 @@ Host oscar-unlock
UserKnownHostsFile ~/.ssh/known_hosts.initramfs
Ciphers aes256-ctr
MACs hmac-sha2-256
Host code.strobel.one
Host code.strobeto.de
HostName code.strobeto.de
User git
#IdentityFile ~/.ssh/id_rsa_yubikey.pub
# FIDO2
@ -69,13 +90,6 @@ Host bbarchaide
HostName xj2jx027.repo.borgbase.com
User xj2jx027
IdentityFile ~/.ssh/id_rsa_yubikey.pub
Host hetznerstoragebox
HostName u306305.your-storagebox.de
User u306305
Port 23
#PasswordAuthentication yes
# FIDO2
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
## Git services
Host github.com
@ -114,24 +128,3 @@ Host raphael
#IdentityFile ~/.ssh/id_rsa_yubikey.pub
PasswordAuthentication yes
Host *
ControlMaster auto
ControlPersist 300
ControlPath ~/.ssh/socket-%r@%h:%p
IdentitiesOnly yes
HashKnownHosts yes
PasswordAuthentication no
ChallengeResponseAuthentication no
StrictHostKeyChecking ask
VerifyHostKeyDNS yes
ForwardAgent no
ForwardX11 no
ForwardX11Trusted no
ServerAliveInterval 60
ServerAliveCountMax 3
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256
MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,umac-128-etm@openssh.com
HostKeyAlgorithms ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-512-cert-v01@openssh.com

View file

@ -1,6 +0,0 @@
#!/bin/bash
set -e
exec 2> >(while read line; do echo -e "\e[01;31m$line\e[0m"; done)
flatpak install --noninteractive org.gnome.World.PikaBackup