gocryptfs: remove "defaults" flag

This commit is contained in:
2023-06-10 23:21:42 +00:00
parent 1724ac60e5
commit 3d56117d65
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}; };

View File

@@ -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;
}; };