update nvidia module to graphics and add support for amd and intel
This commit is contained in:
@@ -25,7 +25,10 @@ in
|
||||
sops.enable = true;
|
||||
podman.enable = true;
|
||||
yubikey.enable = true;
|
||||
nvidia.enable = true;
|
||||
graphics = {
|
||||
enable = true;
|
||||
vendor = "nvidia";
|
||||
};
|
||||
};
|
||||
holocron = {
|
||||
syncthing.enable = true;
|
||||
|
||||
@@ -22,6 +22,10 @@
|
||||
yubikey.enable = true;
|
||||
tailscale.enable = true;
|
||||
syncthing.enable = true;
|
||||
graphics = {
|
||||
enable = true;
|
||||
vendor = "intel";
|
||||
};
|
||||
};
|
||||
|
||||
# fix power buttons
|
||||
|
||||
Reference in New Issue
Block a user