This commit is contained in:
Grisha Shipunov 2025-01-26 14:16:47 +01:00
parent c9ddbcbc87
commit 09b5328d1c
23 changed files with 19 additions and 31 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ ... }:
{
boot.initrd.kernelModules = [ "amdgpu" ];

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, ... }:
{
imports = [
./amd.nix

View file

@ -4,7 +4,6 @@
{
config,
lib,
pkgs,
modulesPath,
...
}:

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, ... }:
{
systemd.network =
let

View file

@ -1,7 +1,5 @@
{
pkgs,
lib,
config,
...
}:
{