adds prompt to sudo for yubikey to make it easier to spot we are waiting for a key

This commit is contained in:
2024-11-02 23:46:52 +01:00
parent aa3510cf77
commit 5dd78f9490
5 changed files with 64 additions and 11 deletions

View File

@ -1,4 +1,6 @@
{ ... }:
{ pkgs, ... }:
{
imports = [ ./virtualization.nix ];
environment.systemPackages = with pkgs; [ yubikey-manager ];
}