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
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 208dcb7dde - Show all commits

View File

@ -1,7 +1,10 @@
{ config, pkgs, ... }:
{
imports = [ ../common/main.nix ];
imports = [
../common/main.nix
../module/ceph.nix
];
# Select the this using the ID to avoid mismatches
boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d53566c";

View File

@ -3,6 +3,7 @@
{
imports = [
../common/main.nix
../module/ceph.nix
];
# Select the this using the ID to avoid mismatches