PortValhalla/profiles/Generic/Arch/config.nix

12 lines
133 B
Nix

{ ... }: {
imports = [
../config.nix
];
config = {
partition.os.partitions = {
OS.label = "Arch";
};
};
}