[yubikey] Enable on laptop
This commit is contained in:
parent
26521600a1
commit
985f687cc4
1 changed files with 6 additions and 3 deletions
|
@ -8,9 +8,12 @@
|
||||||
sisyphus = {
|
sisyphus = {
|
||||||
desktop.sway.enable = true;
|
desktop.sway.enable = true;
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware = {
|
||||||
enable = true;
|
nvidia = {
|
||||||
model = "Quadro T2000";
|
enable = true;
|
||||||
|
model = "Quadro T2000";
|
||||||
|
};
|
||||||
|
yubikey.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Reference in a new issue