Assorted minor fixes

This commit is contained in:
Lauren Lagarde 2025-07-28 17:46:54 -05:00
parent cb0703f359
commit e1991d09ef
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,9 @@
# Get new keys with: # Get new (host) keys with:
# nix-shell -p ssh-to-age --run 'ssh-keyscan example.com | ssh-to-age' # nix-shell -p ssh-to-age --run 'ssh-keyscan example.com | ssh-to-age'
# nix-shell -p ssh-to-age --run 'cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age' # nix-shell -p ssh-to-age --run 'ssh-to-age -i /etc/ssh/ssh_host_ed25519_key.pub'
# Get new (user) keys with:
# mkdir -p ~/.config/sops/age && nix-shell -p ssh-to-age --run 'ssh-to-age -private-key -i ~/.ssh/id_ed25519 > ~/.config/sops/age/keys.txt'
# nix-shell -p ssh-to-age --run 'ssh-to-age -i ~/.ssh/id_ed25519.pub'
keys: keys:
- &system_bastion age1up8uth9hwtd9gup3v32l8dypdarj77s2lysm8js8w8mwa80rk4ds76ke6d - &system_bastion age1up8uth9hwtd9gup3v32l8dypdarj77s2lysm8js8w8mwa80rk4ds76ke6d
- &system_blockhouse age14j6ns297c49wx5d8jddctfmek0kvn8rvw3y03nw3pankc03dlpuqhvvy7c - &system_blockhouse age14j6ns297c49wx5d8jddctfmek0kvn8rvw3y03nw3pankc03dlpuqhvvy7c

View file

@ -14,7 +14,7 @@
vim_configurable vim_configurable
# File Management # File Management
git ffmpeg restic rclone imagemagick git ffmpeg restic rclone imagemagick cryptsetup
# File Systems # File Systems
nfs-utils cifs-utils exfatprogs nfs-utils cifs-utils exfatprogs

View file

@ -17,5 +17,4 @@
}; };
}; };
}; };
} }