Enable strictDeps on all our toplevel packages #12

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

View File

@ -5,6 +5,8 @@
../common/xeon.nix ../common/xeon.nix
../common/ssf/hosts.nix ../common/ssf/hosts.nix
../module/ceph.nix ../module/ceph.nix
../module/slurm-client.nix
../module/slurm-server.nix
./nfs.nix ./nfs.nix
]; ];

View File

@ -11,7 +11,6 @@
./gitlab-runner.nix ./gitlab-runner.nix
./monitoring.nix ./monitoring.nix
./nfs.nix ./nfs.nix
./slurm-server.nix
./nix-serve.nix ./nix-serve.nix
./public-inbox.nix ./public-inbox.nix
./gitea.nix ./gitea.nix

View File

@ -39,7 +39,7 @@ in {
services.slurm = { services.slurm = {
client.enable = true; client.enable = true;
controlMachine = "hut"; controlMachine = "apex";
clusterName = "jungle"; clusterName = "jungle";
nodeName = [ nodeName = [
"owl[1,2] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=owl" "owl[1,2] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=owl"