modules/cluster/default: add additional gcroots symlink

This commit is contained in:
Astro 2022-11-28 00:49:14 +01:00
parent 71a611467d
commit 18d0694b10
1 changed files with 5 additions and 0 deletions

View File

@ -75,4 +75,9 @@ in {
} ];
};
};
systemd.tmpfiles.rules = [
# additional gcroots
"L+ /nix/var/nix/gcroots/skyflake-microvms-big - - - - /glusterfs/big/gcroots"
];
}