PortValhalla/profiles/machines/manuel/ManuSurface/config.nix

20 lines
300 B
Nix

{ ... }: {
imports = [
../Generic/Arch/config.nix
];
config = {
valhalla = {
hostname = "manu-surface";
linux.secureBoot = true;
hardware = {
surfaceBook = true;
xoneReceiver = true;
};
partition.os.deviceName = "nvme0n1";
};
};
}