refactor
This commit is contained in:
parent
8c9eed18e6
commit
b458b67238
83 changed files with 1115 additions and 5026 deletions
31
hosts/nullstar/config.nix
Normal file
31
hosts/nullstar/config.nix
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{ config, pkgs, lib, inputs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware/hardware-configuration.nix
|
||||
./hardware/disko.nix
|
||||
(inputs.nixos-hardware.nixosModules.framework-16-7040-amd)
|
||||
];
|
||||
|
||||
services.fwupd.enable = true;
|
||||
|
||||
networking.hostName = "nullstar";
|
||||
networking.hostID = "322d5212";
|
||||
|
||||
# Enable FL16 Input modules
|
||||
hardware.inputmodule.enable = true;
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
libvdpau-va-gl
|
||||
rocmPackages.clr.icd
|
||||
];
|
||||
|
||||
services.ollama.acceleration = "rocm";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
framework-tool
|
||||
inputmodule-control
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue