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": {
|
||||
"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": {
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = inputs @ { self, flake-utils, nixpkgs, hardware, ... }:
|
||||
outputs = inputs @ { self, flake-utils, nixpkgs, ... }:
|
||||
flake-utils.lib.eachDefaultSystem
|
||||
(system:
|
||||
let
|
||||
|
|
|
@ -8,6 +8,7 @@ in
|
|||
system = "x86_64-linux";
|
||||
|
||||
extraModules = [
|
||||
hardware.common-gpu-amd
|
||||
../users/jan
|
||||
../users/nas
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue