[fix] libra: switch to upstream nixos-hardware
All checks were successful
/ check (push) Successful in 25s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 12s
/ update-lockfile (push) Has been skipped
All checks were successful
/ check (push) Successful in 25s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 12s
/ update-lockfile (push) Has been skipped
There is now a module for the TUXEDO Pulse 14 - Gen 3: https://github.com/NixOS/nixos-hardware/tree/master/tuxedo/pulse/14/gen3
This commit is contained in:
parent
b3754a992d
commit
b65ca23346
1 changed files with 1 additions and 8 deletions
|
@ -2,16 +2,11 @@
|
||||||
# your system. Help is available in the configuration.nix(5) man page, on
|
# your system. Help is available in the configuration.nix(5) man page, on
|
||||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||||
{ nixos-hardware }:
|
{ nixos-hardware }:
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
nixos-hardware.nixosModules.common-pc-laptop
|
nixos-hardware.nixosModules.tuxedo-pulse-14-gen3
|
||||||
nixos-hardware.nixosModules.common-pc-laptop-ssd
|
|
||||||
# nixos-hardware.nixosModules.common-cpu-amd-pstate
|
|
||||||
nixos-hardware.nixosModules.common-cpu-amd-raphael-igpu # not working?
|
|
||||||
nixos-hardware.nixosModules.common-gpu-amd
|
|
||||||
];
|
];
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
@ -23,8 +18,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
|
||||||
kernelParams = [ "amdgpu.dcdebugmask=0x10" ];
|
|
||||||
loader = {
|
loader = {
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
timeout = 0; # Press Space to show the menu
|
timeout = 0; # Press Space to show the menu
|
||||||
|
|
Loading…
Reference in a new issue