ociTools: Fix invalid cgroup mount option
This commit is contained in:
parent
0654bfb1e4
commit
a8c6febd15
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue