File tree Expand file tree Collapse file tree 2 files changed +12
-15
lines changed
Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 5555 } // lib . optionalAttrs isLinux {
5656 gpg . ssh . program = "/opt/1Password/op-ssh-sign" ;
5757 } // lib . optionalAttrs isDarwin {
58- gpg . ssh . program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" ;
58+ gpg . ssh . program =
59+ "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" ;
5960 } ;
6061
6162 signing = {
Original file line number Diff line number Diff line change 1414 # Force-disable all nix.* options that common/ and systems/ set unconditionally.
1515 nix . enable = false ;
1616 nix . optimise . automatic = lib . mkForce false ;
17- home-manager . sharedModules = [
18- {
19- home . sessionVariables = {
20- NODE_EXTRA_CA_CERTS = "$HOME/.zscaler.pem" ;
21- } ;
17+ home-manager . sharedModules = [ {
18+ home . sessionVariables = { NODE_EXTRA_CA_CERTS = "$HOME/.zscaler.pem" ; } ;
2219
23- programs . zsh . shellAliases = {
24- refresh-zscaler = ''
25- curl -s http://cloud.msg.team/zertifikat/zscaler.crt -o /tmp/zscaler.crt \
26- && openssl x509 -inform DER -in /tmp/zscaler.crt -out ~/.zscaler.pem 2>/dev/null \
27- || cp /tmp/zscaler.crt ~/.zscaler.pem \
28- && echo "Zscaler cert refreshed ✓"'' ;
29- } ;
30- }
31- ] ;
20+ programs . zsh . shellAliases = {
21+ refresh-zscaler = ''
22+ curl -s http://cloud.msg.team/zertifikat/zscaler.crt -o /tmp/zscaler.crt \
23+ && openssl x509 -inform DER -in /tmp/zscaler.crt -out ~/.zscaler.pem 2>/dev/null \
24+ || cp /tmp/zscaler.crt ~/.zscaler.pem \
25+ && echo "Zscaler cert refreshed ✓"'' ;
26+ } ;
27+ } ] ;
3228}
You can’t perform that action at this time.
0 commit comments