[nvidia] Move into module

This commit is contained in:
Tibo De Peuter 2023-10-20 22:28:37 +02:00
parent 00e003214f
commit b57c8c329a
9 changed files with 87 additions and 48 deletions

View file

@ -31,6 +31,7 @@
"/nix" = {
device = "/dev/disk/by-label/NIX-STORE";
fsType = "ext4";
options = [ "noatime" ];
};
"/mnt/Nextcloud" = {

View file

@ -3,13 +3,15 @@
{
imports = [
./hardware-configuration.nix
../../modules-old/hardware/nvidia.nix
../../modules-old
];
sisyphus = {
users.tdpeuter.enable = true;
hardware.nvidia.enable = true;
hardware.nvidia.model = "T2000";
programs = {
home-manager.enable = true;
sops.enable = true;