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

13 lines
182 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";
partition.os.deviceName = "nvme0n1";
};
2024-07-07 23:47:23 +00:00
};
}