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

20 lines
300 B
Nix
Raw Normal View History

2024-07-07 23:47:23 +00:00
{ ... }: {
imports = [
../Generic/Arch/config.nix
];
config = {
2024-09-19 21:45:19 +00:00
valhalla = {
hostname = "manu-surface";
2024-09-19 22:56:56 +00:00
linux.secureBoot = true;
2024-09-20 00:01:22 +00:00
hardware = {
surfaceBook = true;
xoneReceiver = true;
};
2024-09-19 21:45:19 +00:00
partition.os.deviceName = "nvme0n1";
};
2024-07-07 23:47:23 +00:00
};
}