Compare commits
No commits in common. "c6b7213f12f943f1f6498e1932f41d86158478bd" and "70e2263fbf992f0baf3fcd29084b70ed75d3c2de" have entirely different histories.
c6b7213f12
...
70e2263fbf
3 changed files with 24 additions and 39 deletions
|
@ -131,7 +131,6 @@ packages=(
|
||||||
pipewire-jack # required by vlc
|
pipewire-jack # required by vlc
|
||||||
inkscape # Vector graphics
|
inkscape # Vector graphics
|
||||||
gimp # Pixel graphics
|
gimp # Pixel graphics
|
||||||
darktable
|
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
libreoffice-fresh-de
|
libreoffice-fresh-de
|
||||||
lollypop # Music player
|
lollypop # Music player
|
||||||
|
@ -197,7 +196,6 @@ packages=(
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
element-desktop # Matrix client
|
element-desktop # Matrix client
|
||||||
tailscale
|
tailscale
|
||||||
flatpak
|
|
||||||
)
|
)
|
||||||
|
|
||||||
optdeps=(
|
optdeps=(
|
||||||
|
@ -251,7 +249,6 @@ services=(
|
||||||
systemd-resolved.service # DNS resolution
|
systemd-resolved.service # DNS resolution
|
||||||
# Other system services
|
# Other system services
|
||||||
firewalld.service # Firewall
|
firewalld.service # Firewall
|
||||||
linux-modules-cleanup.service # kernel-modules-hook
|
|
||||||
# Timers
|
# Timers
|
||||||
fstrim.timer # Periodically trim file systems…
|
fstrim.timer # Periodically trim file systems…
|
||||||
"btrfs-scrub@$(systemd-escape -p /).timer" # scrub root filesystem…
|
"btrfs-scrub@$(systemd-escape -p /).timer" # scrub root filesystem…
|
||||||
|
@ -428,6 +425,8 @@ aur_packages=(
|
||||||
networkmanager-iwd
|
networkmanager-iwd
|
||||||
# iwd GUI
|
# iwd GUI
|
||||||
iwgtk
|
iwgtk
|
||||||
|
# Backups based on borg
|
||||||
|
pika-backup
|
||||||
# Login settings
|
# Login settings
|
||||||
gdm-settings
|
gdm-settings
|
||||||
# Gnome extensions
|
# Gnome extensions
|
||||||
|
@ -438,7 +437,6 @@ aur_packages=(
|
||||||
gnome-shell-extension-bluetooth-quick-connect
|
gnome-shell-extension-bluetooth-quick-connect
|
||||||
gnome-shell-extension-quick-settings-tweaks-git
|
gnome-shell-extension-quick-settings-tweaks-git
|
||||||
gnome-shell-extension-nightthemeswitcher
|
gnome-shell-extension-nightthemeswitcher
|
||||||
gnome-shell-extension-pop-shell-git
|
|
||||||
# Firefox extensions
|
# Firefox extensions
|
||||||
firefox-extension-bitwarden
|
firefox-extension-bitwarden
|
||||||
# Dracut hook to build kernel images for systemd boot
|
# Dracut hook to build kernel images for systemd boot
|
||||||
|
|
|
@ -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
|
## Server
|
||||||
Host finn
|
Host finn
|
||||||
User ansible
|
User ansible
|
||||||
|
@ -23,7 +43,8 @@ Host oscar-unlock
|
||||||
UserKnownHostsFile ~/.ssh/known_hosts.initramfs
|
UserKnownHostsFile ~/.ssh/known_hosts.initramfs
|
||||||
Ciphers aes256-ctr
|
Ciphers aes256-ctr
|
||||||
MACs hmac-sha2-256
|
MACs hmac-sha2-256
|
||||||
Host code.strobel.one
|
Host code.strobeto.de
|
||||||
|
HostName code.strobeto.de
|
||||||
User git
|
User git
|
||||||
#IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
#IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||||
# FIDO2
|
# FIDO2
|
||||||
|
@ -69,13 +90,6 @@ Host bbarchaide
|
||||||
HostName xj2jx027.repo.borgbase.com
|
HostName xj2jx027.repo.borgbase.com
|
||||||
User xj2jx027
|
User xj2jx027
|
||||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
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
|
## Git services
|
||||||
Host github.com
|
Host github.com
|
||||||
|
@ -114,24 +128,3 @@ Host raphael
|
||||||
#IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
#IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||||
PasswordAuthentication yes
|
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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue