diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-08-06 13:57:25 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-06 13:57:25 -0600 |
| commit | 6ddf84ec76f32d4e7f7bfbfbcb2595449055c7ac (patch) | |
| tree | 29aacc63a22f9d04830338c3bddc51d8350c8781 /modules/yubico/default.nix | |
| parent | 31711962b9ae7985287b98a165a52c40da402f4b (diff) | |
modules/yubico: initialcommit
Diffstat (limited to 'modules/yubico/default.nix')
| -rw-r--r-- | modules/yubico/default.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/yubico/default.nix b/modules/yubico/default.nix new file mode 100644 index 0000000..71bed70 --- /dev/null +++ b/modules/yubico/default.nix @@ -0,0 +1,13 @@ +{ + config, + lib, + pkgs, + doctrine, + ... +}: +doctrine.lib.mkModule { + inherit config; + name = "yubico"; + hm = ./hm.nix; + sys = ./sys.nix; +} |
