feat(Infini-DESKTOP,Infini-FRAMEWORK): add /media/main

This commit is contained in:
Infinidoge 2022-02-26 01:28:00 -05:00
parent 227adc42e5
commit d3710e3c95
2 changed files with 12 additions and 0 deletions

View file

@ -34,6 +34,12 @@ in
neededForBoot = true;
};
"/media/main" = {
device = main;
fsType = "btrfs";
options = [ "autodefrag" "noatime" "ssd" ];
};
"/nix" = {
device = main;
fsType = "btrfs";