diff options
| author | seth <[email protected]> | 2023-11-06 15:40:51 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-06 15:40:54 -0500 |
| commit | d70e5f53a7339d33aa9b39b7bce4ec9dd2a84ae2 (patch) | |
| tree | 0f6d8460098d054ed4a0450a049575573fd5d08d /systems/default.nix | |
| parent | 03e3400e1c7572dcbb17bd20de5e10d3c289de8a (diff) | |
glados: re-enable nvidia modesetting
Diffstat (limited to 'systems/default.nix')
| -rw-r--r-- | systems/default.nix | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/systems/default.nix b/systems/default.nix index 323d361..eb3522b 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -35,11 +35,14 @@ in { nixosConfigurations = mapNixOS { glados = { system = "x86_64-linux"; - modules = + modules = with inputs; [ - inputs.lanzaboote.nixosModules.lanzaboote - inputs.nixos-hardware.nixosModules.common-gpu-nvidia-nonprime - inputs.nixos-hardware.nixosModules.common-pc-ssd + lanzaboote.nixosModules.lanzaboote + nixos-hardware.nixosModules.common-gpu-nvidia-nonprime + nixos-hardware.nixosModules.common-pc-ssd + { + hardware.nvidia.modesetting.enable = true; + } ] ++ nixos; }; |
