add yubikey age addon
This commit is contained in:
parent
d5bd495951
commit
72d84558fc
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@
|
|||
# Configure console keymap
|
||||
console.keyMap = "us-acentos";
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.age-plugin-yubikey
|
||||
];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue