[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 = {
|
sisyphus = {
|
||||||
desktop.gnome.enable = true;
|
desktop.gnome.enable = true;
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware = {
|
||||||
enable = true;
|
nvidia = {
|
||||||
model = "RTX 2060";
|
enable = true;
|
||||||
gui-settings = true;
|
model = "RTX 2060";
|
||||||
|
gui-settings = true;
|
||||||
|
};
|
||||||
|
yubikey.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Reference in a new issue