WIP: Remove blobs and split website in another repository #186

Closed
rarias wants to merge 458 commits from remove-website into old-master
Showing only changes of commit a510a41eed - 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.