Made yubikey config reusable

This commit is contained in:
Alejandro Angulo 2022-09-22 20:21:12 -07:00
parent ee956f735e
commit 2811bd995f
4 changed files with 30 additions and 17 deletions

View file

@ -51,6 +51,7 @@
modules = [
./system/carbon/configuration.nix
./common/yubikey.nix
];
};
@ -59,6 +60,7 @@
modules = [
./system/gospel/configuration.nix
./common/yubikey.nix
];
};
};