forked from fabian/nix_config
modules/yubico: initialcommit
This commit is contained in:
parent
5d375d1d93
commit
a8ef8e43b9
3 changed files with 36 additions and 0 deletions
13
modules/yubico/default.nix
Normal file
13
modules/yubico/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
doctrine,
|
||||
...
|
||||
}:
|
||||
doctrine.lib.mkModule {
|
||||
inherit config;
|
||||
name = "yubico";
|
||||
hm = ./hm.nix;
|
||||
sys = ./sys.nix;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue