Don't specify chmod on synthetic.conf (#259)

This commit is contained in:
Ana Hobden 2023-02-17 14:10:00 -08:00 committed by GitHub
parent f20b2a4b63
commit 5e7cb50c50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ impl CreateNixVolume {
"/etc/synthetic.conf",
None,
None,
0o0655,
None,
"nix\n".into(), /* The newline is required otherwise it segfaults */
create_or_insert_into_file::Position::End,
)