Add arch specific partitioning settings
This commit is contained in:
parent
1c84649db0
commit
c2e862ad1a
1 changed files with 11 additions and 0 deletions
11
profiles/DerGeret/Arch/partition.nix
Normal file
11
profiles/DerGeret/Arch/partition.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../partition.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
partition.os.partitions = {
|
||||
OS.label = "Arch";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue