diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-31 22:02:28 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-31 22:02:28 +0530 | 
| commit | 01bb0877c285383fd2857920048bd2576f4d31e9 (patch) | |
| tree | b6f26596f1051baf5b791450d6158a69363f6c76 /modules/nvidia.nix | |
| parent | 578dd91bd1af79b256166ecf797344611790e267 (diff) | |
restructure
Diffstat (limited to '')
| -rw-r--r-- | modules/nvidia.nix (renamed from OwO.nix) | 13 | 
1 files changed, 1 insertions, 12 deletions
diff --git a/OwO.nix b/modules/nvidia.nix index f57f2c6..a3f6074 100644 --- a/OwO.nix +++ b/modules/nvidia.nix @@ -1,10 +1,6 @@ -{ config, pkgs, ... }: +{ pkgs, config, ... }:  { -  boot.extraModprobeConfig = "options kvm_intel nested=1"; - -  networking.hostName = "OwO"; -    hardware.opengl = {      enable = true;      driSupport = true; @@ -26,11 +22,4 @@        nvidiaBusId = "PCI:1:0:0";      };    }; - -  fileSystems."/data" = { -    device = "/dev/sda"; -    fsType = "ext4"; -  }; - -  time.timeZone = "Asia/Kolkata";  }  | 
