forked from fabian/nix_config
modularize yubikey
This commit is contained in:
parent
d5afd4b1a7
commit
1221aaf0fc
4 changed files with 47 additions and 37 deletions
|
@ -10,11 +10,12 @@
|
|||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./yubikey.nix
|
||||
];
|
||||
|
||||
local.sys = {
|
||||
baseline.enable = true;
|
||||
|
||||
yubikey.enable = true;
|
||||
};
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue