diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-26 23:04:54 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-11-26 23:04:54 +0530 |
commit | 821dbcbb0f0d6adf18cb95fc567826e2ab8f70e5 (patch) | |
tree | f8d02f177bfb776cd4de712f8009e1dc65877ba1 | |
parent | 3303a4829f9e2531bbff98f002bbc4d1ae7ad2d4 (diff) |
pkgs/user: add pass otp
-rw-r--r-- | common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,6 @@ in "adbusers" ] ++ groups; packages = with pkgs; [ - pass yt-dlp geoipWithDatabase dig @@ -49,6 +48,7 @@ in ps_mem brightnessctl neofetch + (pass.withExtensions (exts: [ exts.pass-otp ])) ]; openssh.authorizedKeys.keys = pubKeys; }; |