feat(Infini-DESKTOP,Infini-FRAMEWORK): add /media/main
This commit is contained in:
parent
227adc42e5
commit
d3710e3c95
2 changed files with 12 additions and 0 deletions
|
@ -37,6 +37,12 @@ in
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/media/main" = {
|
||||||
|
device = main;
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = [ "autodefrag" "noatime" "ssd" ];
|
||||||
|
};
|
||||||
|
|
||||||
"/nix" = {
|
"/nix" = {
|
||||||
device = main;
|
device = main;
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|
|
@ -34,6 +34,12 @@ in
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/media/main" = {
|
||||||
|
device = main;
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = [ "autodefrag" "noatime" "ssd" ];
|
||||||
|
};
|
||||||
|
|
||||||
"/nix" = {
|
"/nix" = {
|
||||||
device = main;
|
device = main;
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue