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