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