machines/home: add gpu hardware module

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-18 14:22:59 +03:00
parent ac19b0e07e
commit 8fd2af8241
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
3 changed files with 5 additions and 4 deletions

View File

@ -159,11 +159,11 @@
},
"hardware": {
"locked": {
"lastModified": 1663229557,
"narHash": "sha256-1uU4nsDLXKG0AHc/VCsNBAEPkTA/07juYhcEWRb1O1E=",
"lastModified": 1668334946,
"narHash": "sha256-omMbUj4r5DVBWh7KxkoO/Z/1V1shVR6Ls4jXNB4mr3U=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "a0df6cd6e199df4a78c833c273781ea92fa62cfb",
"rev": "e0452b33ab0ef16ffe075e980644ed92a6a200bb",
"type": "github"
},
"original": {

View File

@ -48,7 +48,7 @@
};
};
outputs = inputs @ { self, flake-utils, nixpkgs, hardware, ... }:
outputs = inputs @ { self, flake-utils, nixpkgs, ... }:
flake-utils.lib.eachDefaultSystem
(system:
let

View File

@ -8,6 +8,7 @@ in
system = "x86_64-linux";
extraModules = [
hardware.common-gpu-amd
../users/jan
../users/nas
];