Remove blobs #185

Closed
rarias wants to merge 459 commits from remove-blobs into old-master
Showing only changes of commit 0fe025e8be - Show all commits

View File

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