mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-05-24 23:31:12 +02:00
ildkule: set fsType for bindmounts
This commit is contained in:
@@ -21,6 +21,7 @@ in {
|
||||
|
||||
fileSystems."/var/lib/prometheus2" = {
|
||||
device = stateDir;
|
||||
fsType = "bind";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user