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

14 lines
213 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-19 21:45:19 +00:00
partition.os.deviceName = "nvme0n1";
};
2024-07-07 23:47:23 +00:00
};
}