split frontend into separate module

This commit is contained in:
Jonas Juselius
2022-08-18 15:13:24 +02:00
parent 3102c977b0
commit 5040743327
4 changed files with 254 additions and 249 deletions

View File

@@ -3,6 +3,17 @@ with lib;
let
cfg = config.features.host;
etcdCluster = {
enable = true;
existing = true;
nodes =
{
c0-0 = "10.1.61.100";
c0-1 = "10.1.61.101";
c0-2 = "10.1.61.102";
};
};
mkSANs = host: [
host.name
host.address
@@ -101,6 +112,7 @@ let
slurm = {
client = true;
mungeKey = ./munge.key;
mungeUid = 996; # hack
controlMachine = "stokes";
nodeName = [
"c0-[1-8] Sockets=1 CoresPerSocket=64 ThreadsPerCore=1 RealMemory=256000 TmpDisk=100000 State=UNKNOWN"
@@ -130,6 +142,7 @@ let
enable = true;
node.enable = true;
clusterName = "hpc0";
inherit etcdCluster;
initca = ./ca;
cidr = "10.100.0.0/16";
master = {