ildkule: set fsType for bindmounts

This commit is contained in:
h7x4
2026-05-21 17:52:47 +09:00
parent 0d7f05e56d
commit 8b483a92f8
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ in {
fileSystems."/var/lib/prometheus2" = {
device = stateDir;
fsType = "bind";
options = [ "bind" ];
};
}