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
|
@ -34,6 +34,12 @@ in
|
|||
neededForBoot = true;
|
||||
};
|
||||
|
||||
"/media/main" = {
|
||||
device = main;
|
||||
fsType = "btrfs";
|
||||
options = [ "autodefrag" "noatime" "ssd" ];
|
||||
};
|
||||
|
||||
"/nix" = {
|
||||
device = main;
|
||||
fsType = "btrfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue