Add luks encrypted fs

This commit is contained in:
Dave Gallant
2021-01-23 16:24:21 -05:00
parent 64401beff4
commit 0255469ad3
2 changed files with 19 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ samuelgrf ];
maintainers = with maintainers; [ davegallant ];
};
}