better mounts
This commit is contained in:
@@ -22,14 +22,14 @@ let
|
||||
in
|
||||
{
|
||||
fileSystems = {
|
||||
"/home/matt/Steam" = {
|
||||
"/media/matt/Steam" = {
|
||||
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1";
|
||||
options = [
|
||||
"subvol=steam"
|
||||
"noatime"
|
||||
] ++ defaultLocalOptions;
|
||||
};
|
||||
"/home/matt/Heroic" = {
|
||||
"/media/matt/Heroic" = {
|
||||
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1";
|
||||
options = [
|
||||
"subvol=heroic"
|
||||
|
||||
Reference in New Issue
Block a user