mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/test/gocryptfs: enable fuse
This commit is contained in:
parent
ab51f0dbef
commit
99ed707074
1 changed files with 2 additions and 0 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue