flake.nix: let nomad-* overwrite gcroots link

This commit is contained in:
Astro 2022-07-11 23:01:31 +02:00
parent f6ffbb4163
commit eef7b738b4
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@
chmod 0775 /glusterfs/fast/microvms/${name}
mkdir -p /nix/var/nix/gcroots/microvm
rm -f /nix/var/nix/gcroots/microvm/${name}
ln -s $JOB /nix/var/nix/gcroots/microvm/${name}
ln -sfT $JOB /nix/var/nix/gcroots/microvm/${name}
EOF
done