WIP: Add TACUDA package #18

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

View File

@ -3,7 +3,6 @@
# Mounts the /ceph filesystem at boot # Mounts the /ceph filesystem at boot
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ceph
ceph-client ceph-client
fio # For benchmarks fio # For benchmarks
]; ];