enable beegfs on /work

This commit is contained in:
Jonas Juselius
2022-08-24 13:25:04 +02:00
parent d4be01b30b
commit ff19c52fd1
2 changed files with 16 additions and 10 deletions

View File

@@ -8,11 +8,6 @@ let
nodes = import ./nodes.nix;
cluster = {
compute = true;
k8sNode = true;
};
compute = {
# deployment.tags = [ "compute" ];
@@ -43,6 +38,11 @@ let
hw = ./hw + "/${host.name}.nix";
in {
"${host.name}" = {
cluster = {
compute = true;
k8sNode = true;
};
features = {
host = {
name = host.name;
@@ -70,7 +70,7 @@ let
ipv4.routes = [ {
address = "10.255.242.2";
prefixLength = 32;
via = "10.1.241.100";
via = "10.255.241.100";
} ];
};