Add arch specific partitioning settings

This commit is contained in:
Manuel Thalmann 2024-06-22 20:54:15 +02:00
parent 1c84649db0
commit c2e862ad1a

View file

@ -0,0 +1,11 @@
{ ... }: {
imports = [
../partition.nix
];
config = {
partition.os.partitions = {
OS.label = "Arch";
};
};
}