refactor
This commit is contained in:
parent
7406d068b4
commit
ec45f12c12
16 changed files with 217 additions and 34 deletions
13
hosts/lilith-lab/default.nix
Normal file
13
hosts/lilith-lab/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ lib, pkgs, ... }:
|
||||
let
|
||||
mkHostOverride = lib.mkOverride 75;
|
||||
in
|
||||
{
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
nfs.host.enable = true;
|
||||
|
||||
hardware.graphics.extraPackages = [ pkgs.rocmPackages.clr.icd ];
|
||||
environment.systemPackages = [ pkgs.rocmPackages.clr.icd ];
|
||||
boot.kernelModules = [ "amdgpu" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue