diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-07 16:51:10 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-07 16:51:42 -0400 |
| commit | d9330be6272a670047eb87de132feda669d728b9 (patch) | |
| tree | 9a9be9e09b9bee635edbfc81d9099ee300aa64ca /fw | |
| parent | 0598d3ec7273f043f41ab6d044fb5679682e8554 (diff) | |
| download | home-d9330be6272a670047eb87de132feda669d728b9.tar.gz | |
nixos/yubikey: init
Diffstat (limited to 'fw')
| -rw-r--r-- | fw/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/configuration.nix b/fw/configuration.nix index c887631..bc2cb11 100644 --- a/fw/configuration.nix +++ b/fw/configuration.nix @@ -9,6 +9,7 @@ config.nixos = { username = "stefan"; hostname = "fw"; + yubikey.enable = true; }; config = { |