Assorted minor fixes
This commit is contained in:
parent
cb0703f359
commit
e1991d09ef
3 changed files with 6 additions and 4 deletions
|
@ -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 '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:
|
||||
- &system_bastion age1up8uth9hwtd9gup3v32l8dypdarj77s2lysm8js8w8mwa80rk4ds76ke6d
|
||||
- &system_blockhouse age14j6ns297c49wx5d8jddctfmek0kvn8rvw3y03nw3pankc03dlpuqhvvy7c
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
vim_configurable
|
||||
|
||||
# File Management
|
||||
git ffmpeg restic rclone imagemagick
|
||||
git ffmpeg restic rclone imagemagick cryptsetup
|
||||
|
||||
# File Systems
|
||||
nfs-utils cifs-utils exfatprogs
|
||||
|
|
|
@ -17,5 +17,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue