[yubikey] Enable on desktop
This commit is contained in:
parent
ef9f891482
commit
2ec2004f87
1 changed files with 7 additions and 4 deletions
|
@ -8,10 +8,13 @@
|
|||
sisyphus = {
|
||||
desktop.gnome.enable = true;
|
||||
|
||||
hardware.nvidia = {
|
||||
enable = true;
|
||||
model = "RTX 2060";
|
||||
gui-settings = true;
|
||||
hardware = {
|
||||
nvidia = {
|
||||
enable = true;
|
||||
model = "RTX 2060";
|
||||
gui-settings = true;
|
||||
};
|
||||
yubikey.enable = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Reference in a new issue