12 lines
154 B
Nix
12 lines
154 B
Nix
|
{ ... }: {
|
||
|
imports = [
|
||
|
../../../lib/modules/partition.nix
|
||
|
];
|
||
|
|
||
|
config = {
|
||
|
partition.os.partitions = {
|
||
|
OS.label = "Arch";
|
||
|
};
|
||
|
};
|
||
|
}
|