11 lines
169 B
Nix
11 lines
169 B
Nix
|
{
|
||
|
config.modules.device = {
|
||
|
type = "server";
|
||
|
cpu.type = "amd";
|
||
|
gpu.type = null;
|
||
|
hasBluetooth = false;
|
||
|
hasSound = false;
|
||
|
hasTPM = false;
|
||
|
};
|
||
|
}
|