link debug symbols into /run/current-system/sw/lib/debug

This commit is contained in:
colin 2022-11-06 19:25:50 -08:00
parent f6f500c592
commit 889c47e884

View File

@ -57,6 +57,10 @@
gocryptfs
];
# link debug symbols into /run/current-system/sw/lib/debug
# hopefully picked up by gdb automatically?
environment.enableDebugInfo = true;
security.pam.mount.enable = true;
# security.pam.mount.debugLevel = 1;
# security.pam.enableSSHAgentAuth = true; # ??