WIP: add meta to packages and create nix-support/private file for unfree packages #20

Draft
abonerib wants to merge 481 commits from abonerib/bscpkgs:add-meta into master
Showing only changes of commit 4fa074f893 - 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.