nixos-module/server/lxc-containers: fix container config syntax
parent
5fa0ac96ff
commit
674f119168
|
@ -198,7 +198,7 @@ in
|
|||
|
||||
lxc.mount.entry = /nix/store nix/store none bind,ro 0 0
|
||||
lxc.mount.entry = none tmp tmpfs defaults 0 0
|
||||
lxc,mount.auto = proc:mixed sys:ro cgroup:mixed
|
||||
lxc.mount.auto = proc:mixed sys:ro cgroup:mixed
|
||||
|
||||
lxc.autodev = 1
|
||||
lxc.tty.max = 0
|
||||
|
|
Loading…
Reference in New Issue