diff options
author | Franck Cuny <franck@fcuny.net> | 2023-07-05 11:11:17 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-07-05 11:11:17 -0700 |
commit | d98ef0932d304e6d62988b5c661d71d92dec4305 (patch) | |
tree | ab4a8aaf9c184832083af80a561e371719ec5187 /home/profiles/workstation.nix | |
parent | update nixos and home-manager to 23.05 (diff) | |
download | world-d98ef0932d304e6d62988b5c661d71d92dec4305.tar.gz |
add x509-info back to the list of tools
Diffstat (limited to '')
-rw-r--r-- | home/profiles/workstation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/workstation.nix b/home/profiles/workstation.nix index 74c927f..cb895c6 100644 --- a/home/profiles/workstation.nix +++ b/home/profiles/workstation.nix @@ -64,7 +64,7 @@ in restic-nas # tools from external repositories - # x509-info + x509-info # gh-ssh-keys # masked-emails ]; |