infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4d7e1792fef7dee42aeda7ffd663f3649bb51b71
parent 06c4331318d38e936051d45bd6f9f4e2cef18ccf
Author: Silas Brack <silasbrack@gmail.com>
Date:   Mon, 25 May 2026 18:30:33 +0200

feat: use KeePassXC for passwords

Diffstat:
Mhosts/gaia/configuration.nix | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/hosts/gaia/configuration.nix b/hosts/gaia/configuration.nix @@ -337,7 +337,7 @@ eval "$(fzf --bash)" kpc() { - local db="''\${1:-$HOME/Passwords.kdbx}" + local db="''\${1:-$HOME/passwords/Passwords.kdbx}" local pw entry read -rs -p "DB password: " pw; echo entry=$(keepassxc-cli ls -f -R "$db" <<< "$pw" 2>/dev/null \ @@ -529,6 +529,15 @@ path = "/home/silas/Zotero/storage"; devices = [ "Lolo's Macbook Pro" ]; }; + "Passwords" = { + id = "dntxj-ku4il"; + path = "/home/silas/passwords"; + devices = [ + "Lolo's Macbook Pro" + "Pixel 6a" + "Work Macbook Pro" + ]; + }; }; };