File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ] ;
1313
1414 # This is using an age key that is expected to already be in the filesystem
15- keyFile = "${ config . users . users . justinhoang . home } .config/sops/age/keys.txt" ;
15+ keyFile = "${ config . users . users . justinhoang . home } / .config/sops/age/keys.txt" ;
1616
1717 # This will generate a new key if the key specified above does not exist
1818 generateKey = true ;
Original file line number Diff line number Diff line change 1212 sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ] ;
1313
1414 # This is using an age key that is expected to already be in the filesystem
15- keyFile = "${ config . users . users . admin . home } .config/sops/age/keys.txt" ;
15+ keyFile = "${ config . users . users . admin . home } / .config/sops/age/keys.txt" ;
1616
1717 # This will generate a new key if the key specified above does not exist
1818 generateKey = true ;
You can’t perform that action at this time.
0 commit comments