7 lines
115 B
Nix
7 lines
115 B
Nix
{
|
|
config = {
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.yubico/authorized_yubikeys
|
|
'';
|
|
};
|
|
}
|