[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 = {
|
||||
desktop.sway.enable = true;
|
||||
|
||||
hardware.nvidia = {
|
||||
enable = true;
|
||||
model = "Quadro T2000";
|
||||
hardware = {
|
||||
nvidia = {
|
||||
enable = true;
|
||||
model = "Quadro T2000";
|
||||
};
|
||||
yubikey.enable = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Reference in a new issue