forked from lix-project/lix-installer
Don't specify chmod on synthetic.conf (#259)
This commit is contained in:
parent
f20b2a4b63
commit
5e7cb50c50
|
@ -48,7 +48,7 @@ impl CreateNixVolume {
|
||||||
"/etc/synthetic.conf",
|
"/etc/synthetic.conf",
|
||||||
None,
|
None,
|
||||||
None,
|
None,
|
||||||
0o0655,
|
None,
|
||||||
"nix\n".into(), /* The newline is required otherwise it segfaults */
|
"nix\n".into(), /* The newline is required otherwise it segfaults */
|
||||||
create_or_insert_into_file::Position::End,
|
create_or_insert_into_file::Position::End,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue