sdrweb: nomadify

This commit is contained in:
Astro 2022-07-10 20:51:26 +02:00
parent 1b618f0cd8
commit 49ff7a6f61
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@
isInHq = false;
hq.statistics.enable = true;
deployment = {
server = "server10";
mounts = [ "etc" "home" "var"];
server = "nomad";
mounts = [ "etc" "home" "var" ];
mountBase = "/glusterfs/fast/microvms/${config.networking.hostName}";
};
};