adds prompt to sudo for yubikey to make it easier to spot we are waiting for a key
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ ./virtualization.nix ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ yubikey-manager ];
|
||||
}
|
||||
|
Reference in New Issue
Block a user