gocryptfs: remove "defaults" flag
This commit is contained in:
@@ -25,7 +25,7 @@ lib.mkIf config.sane.persist.enable
|
|||||||
"nosuid"
|
"nosuid"
|
||||||
"allow_other"
|
"allow_other"
|
||||||
"passfile=${key}"
|
"passfile=${key}"
|
||||||
"defaults"
|
# "defaults" # "unknown flag: --defaults. Try 'gocryptfs -help'"
|
||||||
];
|
];
|
||||||
noCheck = true;
|
noCheck = true;
|
||||||
};
|
};
|
||||||
|
@@ -35,7 +35,7 @@ lib.mkIf config.sane.persist.enable
|
|||||||
"nodev"
|
"nodev"
|
||||||
"nosuid"
|
"nosuid"
|
||||||
"quiet"
|
"quiet"
|
||||||
"defaults"
|
# "defaults" # "unknown flag: --defaults. Try 'gocryptfs -help'"
|
||||||
];
|
];
|
||||||
noCheck = true;
|
noCheck = true;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user