nixos/test/gocryptfs: enable fuse

This commit is contained in:
Martin Weinelt 2026-06-05 13:56:54 +02:00
commit 99ed707074
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -13,6 +13,8 @@
pkgs.openssl
];
programs.fuse.enable = true;
specialisation.fstab-test.configuration = {
# This can't be fileSytems, as the qemu machinery doesn't honor it.
virtualisation.fileSystems."/plain" = {