aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-12containers: enable dockerd and containerd on aptosFranck Cuny1-0/+11
2022-03-05tailscale: add tailscale to the laptop (aptos)Franck Cuny1-0/+1
2022-03-04aptos: nixfmtFranck Cuny1-17/+10
2022-03-02wireguard: drop configuration for aptosFranck Cuny1-7/+0
This is done in the module itself.
2022-02-27aptos: use the hardware module for xps9300Franck Cuny2-1/+1
2022-02-24agenix: store wireguard key in persistent storageFranck Cuny1-0/+7
The key was created under /run/agenix, which is wiped out after a reboot. The key being absent prevents the wireguard interface to come up. Store the key somewhere persistent to prevent this to happen.
2022-02-21wireguard: module and peers configurationsFranck Cuny1-0/+1
Add a new module to automatically configure the peers for wireguard. The module needs a configuration file (in `configs/wireguard.toml`) which lists all the peers, their IP and and their public keys. The secret keys is encrypted as a secret with agenix. There's some initial documentation on how to use this setup.
2022-02-21aptos: switch to iwd and enable thermaldFranck Cuny1-3/+5
Replace wpa_supplicant with iwd (I prefer that daemon and the associated tool, iwctl). Enable thermald for managing power.
2022-02-21hosts: add aptosFranck Cuny2-0/+91
aptos is my laptop (dell xps 13'). This adds the initial configuration for it.