10 lines
146 B
Nix
10 lines
146 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./disko.nix
|
|
./syncthing.nix
|
|
];
|
|
|
|
boot.initrd.kernelModules = [ "amdgpu" ];
|
|
}
|