machines/home: add gpu hardware module
This commit is contained in:
parent
ac19b0e07e
commit
8fd2af8241
3 changed files with 5 additions and 4 deletions
|
@ -159,11 +159,11 @@
|
||||||
},
|
},
|
||||||
"hardware": {
|
"hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1663229557,
|
"lastModified": 1668334946,
|
||||||
"narHash": "sha256-1uU4nsDLXKG0AHc/VCsNBAEPkTA/07juYhcEWRb1O1E=",
|
"narHash": "sha256-omMbUj4r5DVBWh7KxkoO/Z/1V1shVR6Ls4jXNB4mr3U=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "a0df6cd6e199df4a78c833c273781ea92fa62cfb",
|
"rev": "e0452b33ab0ef16ffe075e980644ed92a6a200bb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs @ { self, flake-utils, nixpkgs, hardware, ... }:
|
outputs = inputs @ { self, flake-utils, nixpkgs, ... }:
|
||||||
flake-utils.lib.eachDefaultSystem
|
flake-utils.lib.eachDefaultSystem
|
||||||
(system:
|
(system:
|
||||||
let
|
let
|
||||||
|
|
|
@ -8,6 +8,7 @@ in
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
||||||
extraModules = [
|
extraModules = [
|
||||||
|
hardware.common-gpu-amd
|
||||||
../users/jan
|
../users/jan
|
||||||
../users/nas
|
../users/nas
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue