Add arch specific partitioning settings

This commit is contained in:
Manuel Thalmann 2024-06-22 20:54:15 +02:00
parent be0031159c
commit 98b05c753b

View file

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