mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 13:22:25 +00:00
change secrets.nix location from root to secrets/secrets.nix;
updated agenix-helper and added an alias to accommodate that change
This commit is contained in:
parent
2deb21d942
commit
cdf4a224a9
|
@ -105,7 +105,7 @@ gen-user-key() {
|
||||||
local working_directory="${3:-$(pwd)}"
|
local working_directory="${3:-$(pwd)}"
|
||||||
local begin_marker='#-----BEGIN USER-SECRETS-----'
|
local begin_marker='#-----BEGIN USER-SECRETS-----'
|
||||||
local end_marker='#------END USER-SECRETS------'
|
local end_marker='#------END USER-SECRETS------'
|
||||||
local input_file="${working_directory}/secrets.nix"
|
local input_file="${working_directory}/secrets/secrets.nix"
|
||||||
local userkey
|
local userkey
|
||||||
|
|
||||||
if [[ ${public_key} == "EMPTY" ]]; then
|
if [[ ${public_key} == "EMPTY" ]]; then
|
||||||
|
@ -132,7 +132,7 @@ get-host-key() {
|
||||||
local working_directory="${4:-$(pwd)}"
|
local working_directory="${4:-$(pwd)}"
|
||||||
local begin_marker='#-----BEGIN SYSTEM-SECRETS-----'
|
local begin_marker='#-----BEGIN SYSTEM-SECRETS-----'
|
||||||
local end_marker='#------END SYSTEM-SECRETS------'
|
local end_marker='#------END SYSTEM-SECRETS------'
|
||||||
local input_file="${working_directory}/secrets.nix"
|
local input_file="${working_directory}/secrets/secrets.nix"
|
||||||
local hostkey
|
local hostkey
|
||||||
|
|
||||||
echo "getting host public key for host ${keyname}"
|
echo "getting host public key for host ${keyname}"
|
||||||
|
|
|
@ -172,6 +172,7 @@ source ${ZSH}/oh-my-zsh.sh
|
||||||
|
|
||||||
alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
||||||
alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ssh-add -l"
|
alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ssh-add -l"
|
||||||
|
alias agenix='RULES='\''./secrets/secrets.nix'\'' agenix'
|
||||||
alias agenix-edit="agenix -i {{@@ env['HOME'] @@}}/.ssh/agenix-phg -e"
|
alias agenix-edit="agenix -i {{@@ env['HOME'] @@}}/.ssh/agenix-phg -e"
|
||||||
|
|
||||||
# Initialize pyenv
|
# Initialize pyenv
|
||||||
|
|
Loading…
Reference in a new issue