mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
nitrokey decryption works
This commit is contained in:
parent
38f2b99ab7
commit
eccd487eb4
@ -48,14 +48,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
users.users.yoda = {
|
||||
packages = with pkgs; [
|
||||
pinentry-curses
|
||||
];
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
pinentry-curses
|
||||
];
|
||||
# users.users.yoda = {
|
||||
# packages = with pkgs; [
|
||||
# pinentry-curses
|
||||
# ];
|
||||
# };
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# pinentry-curses
|
||||
# ];
|
||||
|
||||
# Smartcard daemon.
|
||||
services.pcscd.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user