ociTools: Fix invalid cgroup mount option

This commit is contained in:
Orhan "aib" Kavrakoglu 2023-12-27 19:41:07 +01:00
parent 0654bfb1e4
commit a8c6febd15

View File

@ -42,7 +42,7 @@
"/sys/fs/cgroup" = {
type = "cgroup";
source = "cgroup";
options = [ "nosuid" "noexec" "nodev" "realatime" "ro" ];
options = [ "nosuid" "noexec" "nodev" "relatime" "ro" ];
};
};
config = writeText "config.json" (builtins.toJSON {