mount disks for GLaDOS

This commit is contained in:
Lillian Violet 2026-03-01 23:36:25 +01:00
parent 53612f7c62
commit f6fb412e6b
5 changed files with 45 additions and 5 deletions

View file

@ -70,6 +70,7 @@
fsType = "tmpfs";
mountOptions = [
"size=4G"
"uid=1000"
];
};
};