Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 74ec4eb22a - Show all commits

View File

@ -4,11 +4,11 @@
imports = [
../common/main.nix
../module/ceph.nix
./gitlab-runner.nix
./monitoring.nix
./nfs.nix
./slurm-daemon.nix
./ceph.nix
#./pxe.nix
agenix.nixosModules.default
];

View File

@ -1,5 +1,6 @@
{ config, pkgs, ... }:
# Mounts the /ceph filesystem at boot
{
environment.systemPackages = with pkgs; [
ceph