WIP: Add TACUDA package #18

Draft
abonerib wants to merge 473 commits from abonerib/bscpkgs:pkgs/tacuda into master
Showing only changes of commit 86eacdd3e5 - Show all commits

View File

@ -1,7 +1,11 @@
{ config, pkgs, ... }:
{
environment.systemPackages = [ pkgs.ceph pkgs.ceph-client ];
environment.systemPackages = with pkgs; [
ceph
ceph-client
fio # For benchmarks
];
# We need the ceph module loaded as the mount.ceph binary fails to run the
# modprobe command.