fix changes for 26.05 update

This commit is contained in:
2026-06-01 18:09:40 +02:00
parent 7dba899219
commit aa22a83853
2 changed files with 8 additions and 3 deletions
+2
View File
@@ -211,11 +211,13 @@
};
fileSystems."/export/Pluto" = {
fsType = "auto";
device = "/mnt/Pluto";
options = ["bind"];
};
fileSystems."/export/Mars" = {
fsType = "auto";
device = "/mnt/Mars";
options = ["bind"];
};