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 = {
|
# users.users.yoda = {
|
||||||
packages = with pkgs; [
|
# packages = with pkgs; [
|
||||||
pinentry-curses
|
# pinentry-curses
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
environment.systemPackages = with pkgs; [
|
# environment.systemPackages = with pkgs; [
|
||||||
pinentry-curses
|
# pinentry-curses
|
||||||
];
|
# ];
|
||||||
|
|
||||||
# Smartcard daemon.
|
# Smartcard daemon.
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user