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

13 lines
182 B
Nix

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