Skip to content

Commit 7766254

Browse files
committed
fix: mount gocryptfs correctly
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent 21b4bff commit 7766254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

System/HP-Laptop/gocryptfs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
security.pam.mount.enable = true;
88
security.pam.mount.extraVolumes = [
9-
""
9+
"<volume user=\"vishnu\" fstype=\"fuse\" path=\"${pkgs.gocryptfs}/bin/gocryptfs#/home/.vishnu-cipher\" mountpoint=\"/home/vishnu\" options=\"allow_other,quiet,noprealloc\" />"
1010
];
1111
}

0 commit comments

Comments
 (0)