[nvidia] Move into module
This commit is contained in:
parent
00e003214f
commit
b57c8c329a
9 changed files with 87 additions and 48 deletions
|
@ -31,6 +31,7 @@
|
|||
"/nix" = {
|
||||
device = "/dev/disk/by-label/NIX-STORE";
|
||||
fsType = "ext4";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
|
||||
"/mnt/Nextcloud" = {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue