Go to file
RealStickman b4371deb71 Completely reworked wireguard allowed ip calculation
Based on findings that the Endpoint is not automatically excluded
    when AllowedIPs is set manually and happens to include the Endpoint
    changes had to be made.
    An additional Python script has been created that takes IP-Ranges to
    exclude as an argument so the AllowedIPs range can be calculated
    dynamically for every different config file.
    This drastically increases the time to patch all files, so it might
    be worth it to make this script more parallel in the future.
2023-05-29 11:53:58 +02:00
arch-config Completely reworked wireguard allowed ip calculation 2023-05-29 11:53:58 +02:00
arch-setup Add aardvark-dns for netavark network DNS 2023-05-25 10:48:13 +02:00
arch-themes Remove neofetch 2023-01-13 11:52:09 +01:00
easyffmpeg map attachments in the file to the new version if present 2023-04-06 20:39:48 +02:00
music-normalize Set loudness normalization to -24 2023-05-22 19:57:33 +02:00
nixos-config Rename submap 2023-05-03 20:46:22 +02:00
.gitignore chmod .fehbg if possible 2023-05-22 20:08:11 +02:00
README.md Add instructions about how to update the config 2023-05-22 20:11:30 +02:00

Main repository location is https://gitea.exu.li/RealStickman/configs

Configs

All my config files, scripts and other in one place.
Mostly focused on ArchLinux, although there is also a NixOS configuration and independent Python programs.

ArchLinux

First time installation

Enable the multilib repository in /etc/pacman.conf

git clone https://gitea.exu.li/realstickman/configs.git
cd configs/arch-setup
./install.sh

Config updates

Either use the included alias

upconf

or run the script directly.

~/scripts/arch-config.sh

NixOS

Other