Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
Showing only changes of commit 394c7ecd7b - Show all commits

View File

@ -3,12 +3,11 @@
{
imports = [
../common/main.nix
(modulesPath + "/installer/netboot/netboot-minimal.nix")
];
# For now we install NixOS in the first nvme disk (nvme0n1), as this node only
# has one SSD already used for SUSE.
boot.loader.grub.device = "/dev/disk/by-id/nvme-SNVMe_INTEL_SSDPE2MD02CVFT5281004L2P0KGN";
boot.loader.grub.device = "/dev/disk/by-id/nvme-INTEL_SSDPE2MD020T4_CVFT5281004L2P0KGN";
environment.systemPackages = with pkgs; [
ceph