summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/shinji/default.nix2
-rw-r--r--hosts/shinji/hardware.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix
index 828fd02..865524a 100644
--- a/hosts/shinji/default.nix
+++ b/hosts/shinji/default.nix
@@ -64,7 +64,6 @@
apps = {
caelestia.enable = true;
hyprlock.enable = true;
- rofi.enable = true;
kanshi.enable = true;
kitty.enable = true;
obs.enable = true;
@@ -102,6 +101,7 @@
tpm.enable = true;
nvidia = {
enable = true;
+ cuda.enable = true;
primeBusIds = {
amdgpuBusId = "PCI:115:0:0";
nvidiaBusId = "PCI:1:0:0";
diff --git a/hosts/shinji/hardware.nix b/hosts/shinji/hardware.nix
index b35c2a2..e79deb0 100644
--- a/hosts/shinji/hardware.nix
+++ b/hosts/shinji/hardware.nix
@@ -32,7 +32,7 @@
"vfio"
];
boot.kernelModules = ["kvm-amd"];
- boot.blacklistedKernelModules = ["nouveau"];
+ boot.blacklistedKernelModules = [];
boot.kernelParams = [];
boot.extraModulePackages = [];
boot.supportedFilesystems = ["ntfs"];